We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55db066 commit bd3fed3Copy full SHA for bd3fed3
app/views/admin/import.html.erb
@@ -1,5 +1,5 @@
1
-<p>
2
- <small> <%= raw(@active_admin_import_model.hint) %> </small>
+<p class="active_admin_import_hint">
+ <%= raw(@active_admin_import_model.hint) %>
3
</p>
4
<%= semantic_form_for @active_admin_import_model, url: {action: :do_import}, html: {multipart: true} do |f| %>
5
<%= f.inputs do %>
0 commit comments