Most of these quotes were in the dashboard branch before we added the rule for double quotes.
11 lines
345 B
Plaintext
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>
|