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