Sha256: 22f349f59cb5989662c38139e47d96baf65733bc13a47cdb17d6948f99dc1ba5

Contents?: true

Size: 1.55 KB

Versions: 21

Compression:

Stored size: 1.55 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_export_index_path, :class => "btn btn3"
      %p= link_to "Export Sales", ticket_sales_export_index_path, :class => "btn btn3"

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.19 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.18 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.17 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.16 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.15 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.12 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.11 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.10 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.9 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.8 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.7 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.6 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.5 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.4 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.3 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.2 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre.1 app/views/imports/index.html.haml
artfully_ose-1.2.0.pre app/views/imports/index.html.haml
artfully_ose-1.1.0 app/views/imports/index.html.haml
artfully_ose-1.1.0.rc2 app/views/imports/index.html.haml