summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-16 09:30:34 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-16 09:30:34 -0500
commit18390c6a91f9c2d765e1f69a548f0bfd6657d20c (patch)
tree621e182f115e503522b58b56e435bf7a7dca3f44 /app
parent828f7a12dc24bd5fb8073c40b229525f711989c3 (diff)
downloadgitlab-ce-18390c6a91f9c2d765e1f69a548f0bfd6657d20c.tar.gz
Change "opened by" to just "by"
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/issues/show.html.haml2
1 files changed, 1 insertions, 1 deletions
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
&middot;
- opened by #{link_to_member(@project, @issue.author, size: 24)}
+ by #{link_to_member(@project, @issue.author, size: 24)}
&middot;
= time_ago_with_tooltip(@issue.created_at, placement: 'bottom', html_class: 'issue_created_ago')