app/views/decidim/system/organizations/show.html.erb in decidim-system-0.0.3 vs app/views/decidim/system/organizations/show.html.erb in decidim-system-0.0.5
- old
+ new
@@ -1,5 +1,5 @@
-<% content_for :title do %>
+<% provide :title do %>
<h2><%= link_to @organization.name, @organization %></h2>
<h3 class="subheader"><%= @organization.host %></h3>
<p><%= translated_attribute @organization.description %></p>
<% end %>