Sha256: 349126c8e93bf14b7d032ee6f3f6ed7a9ef71732d5ce3a8c164456b2fe1c332f
Contents?: true
Size: 1.31 KB
Versions: 11
Compression:
Stored size: 1.31 KB
Contents
<h1><%= t("inspect_work.link_text") %></h1> <ul class="breadcrumb"> <li class="breadcrumb-item"> <%= t('.back_to') %> <%= link_to @presenter.to_s, [main_app, @presenter] %> </li> </ul> <h3><%= t('.workflow') %></h3> <dl> <% workflow = @presenter.inspect_work.workflow %> <dt><%= t('.object_name') %></dt> <dd><%= @presenter.to_s %></dd> <dt><%= t('.processing_entity_id') %></dt> <dd><%= t('.entity_id') %>: <%= workflow[:entity_id] %> (<%= t('.proxy_for') %> <%= workflow[:proxy_for] %>)</dd> <dt><%= t('.workflow') %></dt> <dd><%= t('.name') %>: <%= workflow[:workflow_name] %> (<%= t('.id') %>=<%= workflow[:workflow_id] %>)</dd> <dt><%= t('.state') %></dt> <dd><%= t('.state_name') %>: <%= workflow[:state_name] %> (<%= t('.id') %>=<%= workflow[:state_id] %>)</dd> <dt><%= t('.workflow_comments') %></dt> <dd> <% workflow[:comments].each do |comment| %> <dd><%= comment[:created_at] %>, <%= comment[:comment] %></dd> <% end %> </dd> <dt><%= t('.roles') %></dt> <dd> <% workflow[:roles].each do |role| %> <dd><%= role[:name] %> (<%= t('.entity_id') %>=<%= role[:id] %>) <%= role[:description] %> <%= t('.users') %>: <%= role[:users] %></dd> <% end %> </dd> </dl> <h3><%= t('.persistence') %></h3> <dl> <dt>Solr</dt> <dd><%= @presenter.inspect_work.solr %></dd> </dl>
Version data entries
11 entries across 11 versions & 1 rubygems