- <div class='section' id='legal'>
- <h2><div class='icon legal'></div><%= t ".legal_title", :locale => @locale %></h2>
- <p><%= t ".legal_1_html", :locale => @locale %></p>
- <p><%= t ".legal_2_html", :locale => @locale %></p>
- </div>
+ <%= render :layout => "about_section", :locals => { :id => "open-data", :icon => "open", :title => "open_data" } do %>
+ <p><%= t "site.about.open_data_html", :locale => @locale, :copyright_path => copyright_path %></p>
+ <% end %>
+
+ <%= render :layout => "about_section", :locals => { :id => "legal", :icon => "legal", :title => "legal" } do %>
+ <p><%= t "site.about.legal_1_html", :locale => @locale %></p>
+ <p><%= t "site.about.legal_2_html", :locale => @locale %></p>
+ <% end %>