diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index bb600ff83..559599297 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -319,7 +319,8 @@ .legislation-process-edit, .milestone-new, .milestone-edit, -.image-form { +.image-form, +.dashboard-action-form { @include direct-uploads; } diff --git a/app/views/admin/dashboard/actions/edit.html.erb b/app/views/admin/dashboard/actions/edit.html.erb index d3361524c..5a94ec443 100644 --- a/app/views/admin/dashboard/actions/edit.html.erb +++ b/app/views/admin/dashboard/actions/edit.html.erb @@ -3,6 +3,8 @@

<%= t("admin.dashboard.actions.edit.editing") %>

-<%= form_for dashboard_action, url: { action: 'update' } do |f| %> - <%= render 'form', f: f %> -<% end %> +
+ <%= form_for dashboard_action, url: { action: 'update' } do |f| %> + <%= render 'form', f: f %> + <% end %> +
diff --git a/app/views/admin/dashboard/actions/new.html.erb b/app/views/admin/dashboard/actions/new.html.erb index adcb1a9a1..0ef2c672c 100644 --- a/app/views/admin/dashboard/actions/new.html.erb +++ b/app/views/admin/dashboard/actions/new.html.erb @@ -3,6 +3,8 @@

<%= t("admin.dashboard.actions.new.creating") %>

-<%= form_for dashboard_action, url: { action: 'create' } do |f| %> - <%= render 'form', f: f %> -<% end %> +
+ <%= form_for dashboard_action, url: { action: 'create' } do |f| %> + <%= render 'form', f: f %> + <% end %> +