diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-16 09:30:34 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-02-16 09:30:34 -0500 |
commit | 18390c6a91f9c2d765e1f69a548f0bfd6657d20c (patch) | |
tree | 621e182f115e503522b58b56e435bf7a7dca3f44 /app | |
parent | 828f7a12dc24bd5fb8073c40b229525f711989c3 (diff) | |
download | gitlab-ce-18390c6a91f9c2d765e1f69a548f0bfd6657d20c.tar.gz |
Change "opened by" to just "by"
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/issues/show.html.haml | 2 |
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 · - 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') |