Sha256: 1b91579976fbafc4284814181ad63aea916372691ca91c6ed6d2218dc0eacad4
Contents?: true
Size: 480 Bytes
Versions: 2
Compression:
Stored size: 480 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> <%= markdown resource.story.text %> <% if resource.text.present? %> <h4><%= t('tasks.show.text') %></h4> <%= markdown resource.text %> <% end %> <h4><%= t('activerecord.models.result') %></h4> <%= markdown resource.result.text if resource.result_id.present? %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
voluntary-0.7.1 | app/views/tasks/show.html.erb |
voluntary-0.7.0 | app/views/tasks/show.html.erb |