<%= step.body %>
<% if step.allow_create?(user) && !step.tool && step.tool_class %>

<%= _("Tool") %>

<%= _('Create %s' % step.tool_class.short_description) %>
<% end %> <% if step.tool %>

<%= _("Tool") %>

<%= link_to(step.tool.name, step.tool.view_url, :class=>"button with-text icon-new icon-new#{step.tool.class.icon_name}") %>
<% end %>