app/views/decidim/admin/participatory_process_steps/index.html.erb in decidim-admin-0.4.3 vs app/views/decidim/admin/participatory_process_steps/index.html.erb in decidim-admin-0.4.4
- old
+ new
@@ -1,9 +1,9 @@
<div class="card" id="steps">
<div class="card-divider">
<h2 class="card-title">
- <%= t(".steps_title", scope: "decidim.admin") %>
+ <%= t(".steps_title") %>
<% if can? :create, Decidim::ParticipatoryProcessStep %>
<%= link_to t("actions.new", scope: "decidim.admin", name: t("models.participatory_process_step.name", scope: "decidim.admin")), new_participatory_process_step_path(current_participatory_process), class: 'button tiny button--title' %>
<% end %>
</h2>
</div>
@@ -58,6 +58,6 @@
</tbody>
</table>
<% end %>
</div>
</div>
-</div>
\ No newline at end of file
+</div>