Sha256: ba20e2d5e50d098fd0896c5fa25e0625334aa11056c4ff2fa0f01d389dd9f4fe

Contents?: true

Size: 1.43 KB

Versions: 23

Compression:

Stored size: 1.43 KB

Contents

<% if can? :import_translations, Spotlight::Exhibit %>
  <div class="row col-md-12 mb-5">
    <h2><%= t(:'.header') %></h2>
    <p class="instructions"><%= t(:'.description') %></p>

    <%= bootstrap_form_for current_exhibit, url: spotlight.import_exhibit_translations_path(current_exhibit), html: { class: 'row col-md-12 align-items-center clearfix mb-3', multipart: true } do |f| %>
      <%= f.label :value, t(".import_label"), class: 'col-form-label col-12 col-sm-3 pl-0 translation-import-export-label' %>

      <div class="input-group col px-0">
        <%= file_field_tag :file, class: 'form-control' %>
        <%= hidden_field_tag :tab, 'import', id: nil %>
        <div class="input-group-append">
          <%= f.submit t(:'.import_submit'), class: 'btn btn-primary' %>
        </div>
      </div>
    <% end %>
    <div class="row col-md-12 align-items-center">
      <%= content_tag :span, t(".export_label"), class: 'col-form-label col-12 col-sm-3 pl-0 translation-import-export-label' %>

      <%= link_to t(:'.export_current_locale', language: t(:"locales.#{@language}")), spotlight.exhibit_translations_path(current_exhibit, format: "yaml", locale: @language), class: 'btn btn-primary mr-3' %>
      <%= link_to t(:'.export_default_locale', language: t(:"locales.#{I18n.default_locale}")), spotlight.exhibit_translations_path(current_exhibit, format: "yaml", locale: I18n.default_locale), class: 'btn btn-primary' %>
    </div>
  </div>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta10 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.6.0.beta9 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.6.0.beta8 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.5.0.4 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.6.0.beta7 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.5.0.3 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.6.0.beta6 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.6.0.beta5 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.6.0.beta4 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.6.0.beta3 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.6.0.beta1 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.5.0.2 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.5.0.1 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.5.0 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.4.4.1 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.4.4 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.4.3 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.4.2.2 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.4.2.1 app/views/spotlight/translations/_import.html.erb
blacklight-spotlight-3.4.2 app/views/spotlight/translations/_import.html.erb