diff --git a/plugins/community_track/views/content_viewer/_step_item.rhtml b/plugins/community_track/views/content_viewer/_step_item.rhtml index 0765c7e..87cff76 100644 --- a/plugins/community_track/views/content_viewer/_step_item.rhtml +++ b/plugins/community_track/views/content_viewer/_step_item.rhtml @@ -19,7 +19,7 @@ <% if step_item.tool %> <%= link_to step_item.tool.name, step_item.tool.view_url %> <% elsif step_item.allow_create?(user) && step_item.tool_class %> - <%= _('Create %s' % step_item.tool_class.short_description) %> + <%= _('Create %s' % step_item.tool_class.short_description) %> <% end %> -- libgit2 0.21.2