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
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-05-13 22:53:55 +0300
committerDouwe Maan <douwe@selenight.nl>2016-05-14 01:31:58 +0300
commite0bb169ae390a00b3993bd0551859db05ad2bde1 (patch)
treef0914827778d38b8886a711676ea469ec5539601 /app/views/projects/notes
parentc452fa8124ffe18e2e74e14491dcb3e419e60057 (diff)
"the outdated diff" -> "an outdated diff"
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/_discussion.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_discussion.html.haml b/app/views/projects/notes/_discussion.html.haml
index 40e03050a7d..aa26d8e87f1 100644
--- a/app/views/projects/notes/_discussion.html.haml
+++ b/app/views/projects/notes/_discussion.html.haml
@@ -26,7 +26,7 @@
= link_to diffs_namespace_project_merge_request_path(note.project.namespace, note.project, note.noteable, anchor: note.line_code) do
the diff
- else
- the outdated diff
+ an outdated diff
= time_ago_with_tooltip(note.created_at, placement: "bottom", html_class: "note-created-ago")