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:
authorHan Loong Liauw <hanloongliauw@gmail.com>2015-10-15 07:24:26 +0300
committerHan Loong Liauw <hanloongliauw@gmail.com>2015-10-15 07:24:26 +0300
commitf7ed469ece5e113273b006dd64cc0d29243cfcde (patch)
tree7203c438693202aedf6112a77b1639ee22ca8959 /app/views/snippets/show.html.haml
parent1f92c22fec8493fa0efb8a53829a4c726e78934e (diff)
change capitalisation in buttons
Diffstat (limited to 'app/views/snippets/show.html.haml')
-rw-r--r--app/views/snippets/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/show.html.haml b/app/views/snippets/show.html.haml
index 202a43bc57d..612d7b65d8d 100644
--- a/app/views/snippets/show.html.haml
+++ b/app/views/snippets/show.html.haml
@@ -8,5 +8,5 @@
= @snippet.file_name
.file-actions
.btn-group
- = link_to "raw", raw_snippet_path(@snippet), class: "btn btn-sm", target: "_blank"
+ = link_to 'Raw', raw_snippet_path(@snippet), class: "btn btn-sm", target: "_blank"
= render 'shared/snippets/blob'