Files
grecia/app/views/admin/dashboard/administrator_tasks/edit.html.erb
Javi Martín cf9e36c767 Replace single quotes with double quotes
Most of these quotes were in the dashboard branch before we added the
rule for double quotes.
2019-09-10 19:21:03 +02:00

9 lines
266 B
Plaintext

<div class="small-12 column">
<%= back_link_to admin_dashboard_administrator_tasks_path,
t("admin.dashboard.administrator_tasks.edit.back") %>
<h2><%= t("admin.dashboard.administrator_tasks.edit.solving") %></h2>
</div>
<%= render "form" %>