]> git.openstreetmap.org Git - rails.git/blob - app/views/site/about.html.erb
Improve pagination in changeset details
[rails.git] / app / views / site / about.html.erb
1 <div class='attr'>
2   <div class='byosm'>
3     <%= t "about_page.copyright_html" %>
4   </div>
5
6   <div class='user-image'></div>
7
8   <h1><%= raw t "about_page.used_by", :name => "<span class='user-name'>OpenStreetMap</span>" %></h1>
9 </div>
10
11 <div class='text'>
12   <div class='section'>
13     <p><strong><%= t "about_page.lede_text" %></strong></p>
14     <h2><div class='icon local'></div><%= t "about_page.local_knowledge_title" %></h2>
15     <p><%= t "about_page.local_knowledge_html" %></p>
16   </div>
17
18   <div class='section'>
19     <h2><div class='icon community'></div><%= t "about_page.community_driven_title" %></h2>
20     <p><%= t "about_page.community_driven_html", :diary_path => diary_path %></p>
21   </div>
22
23   <div class='section' id='open-data'>
24     <h2><div class='icon open'></div><%= t "about_page.open_data_title" %></h2>
25     <p><%= t "about_page.open_data_html", :copyright_path => copyright_path %></p>
26   </div>
27 </div>