From 18390c6a91f9c2d765e1f69a548f0bfd6657d20c Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Tue, 16 Feb 2016 09:30:34 -0500 Subject: Change "opened by" to just "by" --- app/views/projects/issues/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/issues/show.html.haml b/app/views/projects/issues/show.html.haml index d635a879491..c2d33e4e5dc 100644 --- a/app/views/projects/issues/show.html.haml +++ b/app/views/projects/issues/show.html.haml @@ -25,7 +25,7 @@ Issue ##{@issue.iid} %span.creator · - opened by #{link_to_member(@project, @issue.author, size: 24)} + by #{link_to_member(@project, @issue.author, size: 24)} · = time_ago_with_tooltip(@issue.created_at, placement: 'bottom', html_class: 'issue_created_ago') -- cgit v1.2.1