Sha256: d9ef5293d60ebb944c4c1be9606880bf0b4866aaf16e414567af76605f632e96
Contents?: true
Size: 447 Bytes
Versions: 4
Compression:
Stored size: 447 Bytes
Contents
<h3><%= resource.name %></h3> <dl class="dl-horizontal"> <%= show_attribute :state %> <%= show_actions after_namespace: 'workflow_project_owner_index' %> </dl> <h4><%= t('tasks.show.story_text') %></h4> <%= resource.story.text %> <% if resource.text.present? %> <h4><%= t('tasks.show.text') %></h4> <%= resource.text %> <% end %> <h4><%= t('activerecord.models.result') %></h4> <%= resource.result.text if resource.result_id.present? %>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
voluntary-0.6.0 | app/views/tasks/show.html.erb |
voluntary-0.5.2 | app/views/tasks/show.html.erb |
voluntary-0.5.1 | app/views/tasks/show.html.erb |
voluntary-0.5.0 | app/views/tasks/show.html.erb |