app/views/imports/index.html.haml in artfully_ose-1.2.0.beta.1 vs app/views/imports/index.html.haml in artfully_ose-1.2.0.pre
- old
+ new
@@ -39,11 +39,8 @@
.span3
.well{:style => "text-align: center"}
%h3 Exports
- =render :partial => "export_links"
- %div{:style => 'font-weight:bold; text-align:left; font-size:.9em;'}
- = "Need something more specific?"
- %br
- ="Export from"
- =link_to("Advanced Search", new_search_path)
+ %p= link_to "Export People", contacts_export_index_path, :class => "btn btn3"
+ %p= link_to "Export Donations", donations_export_index_path, :class => "btn btn3"
+ %p= link_to "Export Sales", ticket_sales_export_index_path, :class => "btn btn3"