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:
authorAndrew8xx8 <avk@8xx8.ru>2013-03-25 02:18:39 +0400
committerAndrew8xx8 <avk@8xx8.ru>2013-03-25 02:19:40 +0400
commited4dcf7484149c4432597c81b9ce1324010e036a (patch)
tree103b2c62a0f66c259ed7334f65318ee79042b5d2 /app/views/snippets/show.html.haml
parent3d3e40c251179654d136d9838087f275c549e827 (diff)
View improved. Pagination added
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 18348fb1067..37a1181dea3 100644
--- a/app/views/snippets/show.html.haml
+++ b/app/views/snippets/show.html.haml
@@ -2,7 +2,7 @@
- if @snippet.private?
%i.icon-lock
- else
- %i.icon-globe
+ %i.icon-globe.public-snippet
= @snippet.title
%small= @snippet.file_name