Sha256: ae0c7ec8147c5bd8fe40b374785d9d775d1266840463e4125df1a0dc5f8a622e

Contents?: true

Size: 806 Bytes

Versions: 13

Compression:

Stored size: 806 Bytes

Contents

<%= alert :warning, :header => t('txt.views.concepts.pending_jobs_header') + "." do %>
  <%= t("txt.views.concepts.pending_jobs_message") %>
  <ol>
    <% jobs.each do |j| %>
      <li>
        <% if j[:type] == :remove_match %>
          <%= t("txt.views.concepts.remove_match") %>
        <% else %>
          <%= t("txt.views.concepts.add_match") %>
        <% end %>

        <%= t("txt.views.concepts.job_detail",
            match_class: j[:match_class],
            subject: link_to(j[:subject], j[:subject], class: 'unlabeled'),
            target: link_to(concept, concept_path(concept))
          ).html_safe
        %>
        <% if j[:response_error] %>
          <%= t("txt.views.concepts.job_state", state: j[:response_error]) %>
        <% end %>
      </li>
    <% end %>
  </ol>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.14.4 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.13.2 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.13.0 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.12.1 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.12.0 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.11.1 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.11.0 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.10.0 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.9.0 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.8.2 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.8.1 app/views/partials/concept/_reverse_match_notice.html.erb
iqvoc-4.8.0 app/views/partials/concept/_reverse_match_notice.html.erb