X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3e46c7c87d69e6048d182b486a8c9339c62408b9..7c4dff7445568b9791f79b5c201c808eb83d100e:/app/views/site/_about_section.html.erb diff --git a/app/views/site/_about_section.html.erb b/app/views/site/_about_section.html.erb new file mode 100644 index 000000000..ead28f9fd --- /dev/null +++ b/app/views/site/_about_section.html.erb @@ -0,0 +1,7 @@ +<%= tag.div :class => "section", :id => local_assigns[:id] do %> +
+
+

<%= t "site.about.#{title}_title", :locale => @locale %>

+
+ <%= yield %> +<% end %>