Sha256: efa1528d67d058c2e5ca8355212f5fdf25b77b55220765a633aac7874dc76b0d

Contents?: true

Size: 605 Bytes

Versions: 17

Compression:

Stored size: 605 Bytes

Contents

<div>
  <div style="float: left;">
    <%= link_to l("link_to_new_#{snake_case_model_name}"), url_for(action: :new, controller: params[:controller]) %>
  </div>

  <div style="float: right;">
    <%= form_tag url_for(action: :export_template, controller: params[:controller], q: params[:q]), style: 'margin-right: 10px' do %>
      <%= submit_tag l(:export_template_label) %>
    <% end %>

    <%= form_tag url_for(action: :import, controller: params[:controller]), multipart: true do %>
      <%= file_field_tag :file %>
      <%= submit_tag l(:import_template_label) %>
    <% end %>
    </div>
</div>

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
cruj_cruj_cruj_visagio-1.0.7 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj_visagio-1.0.6 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj_visagio-1.0.5 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj_visagio-1.0.3 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj_visagio-1.0.2 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj_visagio-1.0.1 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj_visagio-1.0.0 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.15 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.14 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.13 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.12 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.11 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.10 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.9 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.8 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.7 app/views/cruj_cruj_cruj/_import_export_template.html.erb
cruj_cruj_cruj-0.0.6 app/views/cruj_cruj_cruj/_import_export_template.html.erb