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:
authorSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-02 02:21:29 +0400
committerSullivan SENECHAL <soullivaneuh@gmail.com>2014-10-03 14:19:24 +0400
commit5d8be4438add1183d91e030b852c628cf09f4916 (patch)
treefc06a25a526de719d3bc9c7ba5d4ebb4fe69a828 /app/views/snippets
parent0cc30145f441a16ce513bba942ea67ede4086a7f (diff)
Upgrade to Font Awesome v4.2
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/_snippet.html.haml2
-rw-r--r--app/views/snippets/show.html.haml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/snippets/_snippet.html.haml b/app/views/snippets/_snippet.html.haml
index e6f83167330..c584dd8dfb6 100644
--- a/app/views/snippets/_snippet.html.haml
+++ b/app/views/snippets/_snippet.html.haml
@@ -4,7 +4,7 @@
= truncate(snippet.title, length: 60)
- if snippet.private?
%span.label.label-gray
- %i.icon-lock
+ %i.fa.fa-lock
private
%span.cgray.monospace.tiny.pull-right
= snippet.file_name
diff --git a/app/views/snippets/show.html.haml b/app/views/snippets/show.html.haml
index 1d2e3d5ae4a..f5bc543de10 100644
--- a/app/views/snippets/show.html.haml
+++ b/app/views/snippets/show.html.haml
@@ -3,7 +3,7 @@
- if @snippet.private?
%span.label.label-success
- %i.icon-lock
+ %i.fa.fa-lock
private
.pull-right
@@ -30,7 +30,7 @@
.file-holder
.file-title
- %i.icon-file
+ %i.fa.fa-file
%span.file_name
= @snippet.file_name
.options