Sha256: cb50dfcdd7c2872c3756de19641dc8beb485ced08a952eff7f884b4c3ad25783
Contents?: true
Size: 411 Bytes
Versions: 6
Compression:
Stored size: 411 Bytes
Contents
<table class="table table-hover"> <thead> <%= render partial: "vulgata/shared/translation_states_table_header" %> </thead> <tbody> <% translation_states.each do |translation_state| %> <%= render partial: 'vulgata/translation_states/translation_state_row', locals: { translation_state: translation_state, list_view: list_view, show_actions: show_actions } %> <% end %> </tbody> </table>
Version data entries
6 entries across 6 versions & 1 rubygems