volontariat/voluntary_classified_advertisement

View on GitHub
app/views/products/types/classified_advertisement/workflow/tasks/_work_head.html.erb

Summary

Maintainability
Test Coverage
<h3><%= resource.name %></h3>

<strong><%= t('activerecord.attributes.general.state') %>:</strong> <%= resource.state %>

<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('vacancies.index.title') %></h4>