Commit ab3f2ca07913888decfe950c5a288008bca6f2cb
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'virtuoso_integration' into stable
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 | 4 | <%= form_for(:custom_query, :url => {:action => @custom_query.persisted? ? :update : :create, :id => @custom_query.id}) do |f| %> |
2 | 5 | <% if @custom_query.errors.any? %> |
3 | 6 | <div id="error_explanation"> |
... | ... | @@ -35,3 +38,4 @@ |
35 | 38 | <%= f.submit %> |
36 | 39 | </div> |
37 | 40 | <% end %> |
41 | +</div> | ... | ... |