app/views/decidim/system/organizations/show.html.erb in decidim-system-0.23.6 vs app/views/decidim/system/organizations/show.html.erb in decidim-system-0.24.0.rc1
- old
+ new
@@ -4,7 +4,7 @@
<p><%== translated_attribute @organization.description %></p>
<% end %>
<div class="actions">
<hr>
- <%= link_to t("decidim.system.actions.edit"), [:edit, @organization] %>
+ <%= link_to t("decidim.system.actions.edit"), ["edit", @organization] %>
</div>