ref: master
plugins/community_track/views/content_viewer/step.html.erb
- <%= c_('When:') %><%= show_period(step.start_date, step.end_date) %>
<%= step.body.html_safe %><% if step.allow_create?(user) && !step.tool && step.tool_class %><%= _("Tool") %>
<% end %> <% if step.tool %><%= _("Tool") %>
<% end %><%= link_to(step.tool.name, step.tool.view_url, :class=>"button with-text icon-new icon-new#{step.tool.class.icon_name}") %>