summaryrefslogtreecommitdiff
path: root/web/views/about.erb
blob: 6d7ea54635efb11638e3ff570a045ab7755c583a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<table class="boxes" width="100%">
    <tr>
        <td><h2><%= h(t.pages.about.about_taginfo.title) %></h2></td>
        <td rowspan="4" width="20"></td>
        <td><h2><%= h(t.pages.about.building_on_taginfo.title) %></h2></td>
        <td rowspan="4" width="20"></td>
        <td><h2><%= h(t.pages.about.software.title) %></h2></td>
    </tr>
    <tr>
        <td class="box">
<%= t.pages.about.about_taginfo.text %>
        </td>
        <td rowspan="3" class="box">
<%= t.pages.about.building_on_taginfo.text %>
        </td>
        <td rowspan="3" class="box">
<%= t.pages.about.software.text %>
        </td>
    </tr>
    <tr>
        <td><h2><%= h(t.pages.about.about_site.title) %></h2></td>
    </tr>
    <tr>
        <td class="box">
            <p><%= TaginfoConfig.get('instance.description') %></p>
            <%= TaginfoConfig.get('instance.about') %>
        </td>
    </tr>
</table>