Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-16 17:30:34 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-16 17:30:34 +0300
commit18390c6a91f9c2d765e1f69a548f0bfd6657d20c (patch)
tree621e182f115e503522b58b56e435bf7a7dca3f44 /app/views
parent828f7a12dc24bd5fb8073c40b229525f711989c3 (diff)
Change "opened by" to just "by"
Diffstat (limited to 'app/views')
-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')