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:
authorAlex Denisov <1101.debian@gmail.com>2012-09-06 11:50:47 +0400
committerAlex Denisov <1101.debian@gmail.com>2012-09-06 12:21:35 +0400
commit09a86bd4d6dcf89f5e5393145900593bb22f1080 (patch)
tree57f8f864b2d824d02767d23220a3a174e9ce61f6 /app/views/issues
parent6e5cd8e0810c63e8744c23cdb887fea78ea37fb4 (diff)
Capitlization of /gitlab/i normalized. #1367
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml
index db7920b993d..23de7e8ed15 100644
--- a/app/views/issues/_form.html.haml
+++ b/app/views/issues/_form.html.haml
@@ -38,7 +38,7 @@
= f.label :description, "Details"
.input
= f.text_area :description, maxlength: 2000, class: "xxlarge", rows: 14
- %p.hint Issues are parsed with #{link_to "Gitlab Flavored Markdown", help_markdown_path, target: '_blank'}.
+ %p.hint Issues are parsed with #{link_to "GitLab Flavored Markdown", help_markdown_path, target: '_blank'}.
.actions