From e2fa14efa8597e47d092768bff2b1697d4747384 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 27 Nov 2013 10:25:00 -0300 Subject: [PATCH] Return to track when create tool --- plugins/community_track/views/content_viewer/_step_item.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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