]> git.openstreetmap.org Git - rails.git/blob - app/views/site/about.html.erb
Fix map controls on user settings page
[rails.git] / app / views / site / about.html.erb
1 <% content_for :head do %>
2   <%= javascript_include_tag "about" %>
3 <% end %>
4
5 <div class='attr'>
6   <div class='byosm'>
7     <%= t "about_page.copyright_html" %>
8   </div>
9
10   <div class='user-image'></div>
11
12   <h1><%= raw t "about_page.used_by", :name => "<span class='user-name'>OpenStreetMap</span>" %></h1>
13 </div>
14
15 <div class='text'>
16   <div class='section'>
17     <p><strong><%= t "about_page.lede_text" %></strong></p>
18     <h2><div class='icon local'></div><%= t "about_page.local_knowledge_title" %></h2>
19     <p><%= t "about_page.local_knowledge_html" %></p>
20   </div>
21
22   <div class='section'>
23     <h2><div class='icon community'></div><%= t "about_page.community_driven_title" %></h2>
24     <p><%= t "about_page.community_driven_html", :diary_path => diary_path %></p>
25   </div>
26
27   <div class='section' id='open-data'>
28     <h2><div class='icon open'></div><%= t "about_page.open_data_title" %></h2>
29     <p><%= t "about_page.open_data_html", :copyright_path => copyright_path %></p>
30   </div>
31 </div>
32
33 <% 5.times do |i| %>
34   <div class='caption photo-<%= i %>'>
35     <%= t "about_page.photo_caption_#{i}_html" %>
36   </div>
37 <% end %>
38
39 <a class='next' id='next-photo' href='#'><%= t "about_page.next" %></a>