Sha256: 40cc9d57db7714cfe3f594d5746f6ffdc223cc89e01c0258ba71a99b950a4245
Contents?: true
Size: 1.64 KB
Versions: 4
Compression:
Stored size: 1.64 KB
Contents
- in_section :imports - content_for :header do %h1 Imports and Exports .row .span8 .bottom-room %h3 Imports .row-fluid .span4 %h4 People %p Do you have a database of contacts already? Import those contacts into Artful.ly! .span4 %h4 Events %p Import sales from events not ticketed by Artful.ly .span4 %h4 Donations %p Import a list of past donations to your organization. .row-fluid .span4 = link_to "Import People", new_import_path(:type => :people), :class => "btn" .span4 = link_to "Import Events", new_import_path(:type => :events), :class => "btn" .span4 = link_to "Import Donations", new_import_path(:type => :donations), :class => "btn" .bottom-room -unless @imports.empty? %h3 Import History %table.table.table-condensed - @imports.each do |import| %tr %td= link_to File.basename(import.s3_key), import_path(import) %td= import.user.email %td= l import.created_at_local_to_organization, :format => :short %td= import.status.capitalize .span1 .span3 .well{:style => "text-align: center"} %h3 Exports %p= link_to "Export People", contacts_export_index_path, :class => "btn btn3" %p= link_to "Export Donations", @donations_csv_download_link, :class => "btn btn3" %p= link_to "Export Sales", @sales_csv_download_link, :class => "btn btn3" %p Sales and Donations exports are prepared nightly and will not reflect sales made today.
Version data entries
4 entries across 4 versions & 1 rubygems