Files
nairobi/app/views/admin/dashboard/actions/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

11 lines
345 B
Plaintext

<div class="small-12 column">
<%= back_link_to admin_dashboard_actions_path, t("admin.dashboard.actions.edit.back") %>
<h2><%= t("admin.dashboard.actions.edit.editing") %></h2>
</div>
<div class="dashboard-action-form ">
<%= form_for dashboard_action, url: { action: "update" } do |f| %>
<%= render "form", f: f %>
<% end %>
</div>