Commit 112c282685c5258319caa7b6c18f6d1374afd8ea
1 parent
6efe49cb
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
virtuoso: added css to custom queries view
Showing
2 changed files
with
8 additions
and
0 deletions
Show diff stats
plugins/virtuoso/public/style.css
plugins/virtuoso/views/virtuoso_plugin_custom_queries/_form.html.erb
1 | +<link rel="stylesheet" type="text/css" href="/plugins/virtuoso/virtuoso_plugin_admin.css"> | ||
2 | + | ||
3 | +<div class="virtuoso-manage-custom-queries"> | ||
1 | <%= form_for(:custom_query, :url => {:action => @custom_query.persisted? ? :update : :create, :id => @custom_query.id}) do |f| %> | 4 | <%= form_for(:custom_query, :url => {:action => @custom_query.persisted? ? :update : :create, :id => @custom_query.id}) do |f| %> |
2 | <% if @custom_query.errors.any? %> | 5 | <% if @custom_query.errors.any? %> |
3 | <div id="error_explanation"> | 6 | <div id="error_explanation"> |
@@ -35,3 +38,4 @@ | @@ -35,3 +38,4 @@ | ||
35 | <%= f.submit %> | 38 | <%= f.submit %> |
36 | </div> | 39 | </div> |
37 | <% end %> | 40 | <% end %> |
41 | +</div> |