Skip to content

Commit

Permalink
admin version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoshairy committed Aug 22, 2013
1 parent 7e6f6c6 commit 084e800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/rails_admin/main/export.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
.form-actions
/%input{:type => :hidden, :name => 'return_to', :value => (params[:return_to].presence || request.referer)}
Confirm Exporting of Selected Items:
%button.btn.btn-primary{:type => "submit", :name => 'csv'}
%i.icon-white.icon-ok
= t("admin.export.confirmation", :name => 'csv')
Expand Down
2 changes: 1 addition & 1 deletion app/views/rails_admin/main/import.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</label>
</td>
<td>
<%= f.select :category, options_for_select(["Category"]+Tag.categories.entries.map {|c| c.tagname}) %>
<%= f.select :category, options_for_select(["Category"]+Tag.first_level_categorization_nodes.map(&:tagname).sort) %>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 084e800

Please sign in to comment.