Adds styles (direct-uploads) to admin dashboard actions form
This commit is contained in:
@@ -319,7 +319,8 @@
|
||||
.legislation-process-edit,
|
||||
.milestone-new,
|
||||
.milestone-edit,
|
||||
.image-form {
|
||||
.image-form,
|
||||
.dashboard-action-form {
|
||||
@include direct-uploads;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
<h2><%= t("admin.dashboard.actions.edit.editing") %></h2>
|
||||
</div>
|
||||
|
||||
<%= form_for dashboard_action, url: { action: 'update' } do |f| %>
|
||||
<%= render 'form', f: f %>
|
||||
<% end %>
|
||||
<div class="dashboard-action-form ">
|
||||
<%= form_for dashboard_action, url: { action: 'update' } do |f| %>
|
||||
<%= render 'form', f: f %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
<h2><%= t("admin.dashboard.actions.new.creating") %></h2>
|
||||
</div>
|
||||
|
||||
<%= form_for dashboard_action, url: { action: 'create' } do |f| %>
|
||||
<%= render 'form', f: f %>
|
||||
<% end %>
|
||||
<div class="dashboard-action-form ">
|
||||
<%= form_for dashboard_action, url: { action: 'create' } do |f| %>
|
||||
<%= render 'form', f: f %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user