summaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorValery Sizov <valery@gitlab.com>2014-10-07 11:54:00 +0300
committerValery Sizov <valery@gitlab.com>2014-10-07 11:54:00 +0300
commitfd8d1d9b62066766c96610b7d42b20fa0e84b0ac (patch)
tree3844f60a3ceb8bd2e11275cdd86d45b3103608a8 /app/views/snippets
parent70004f4ef6160e788e6a600b9da06608c8559aa2 (diff)
downloadgitlab-ce-fd8d1d9b62066766c96610b7d42b20fa0e84b0ac.tar.gz
Snippets: rename public to internal
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/current_user_index.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/snippets/current_user_index.html.haml b/app/views/snippets/current_user_index.html.haml
index e3edd856983..14b5b072ec2 100644
--- a/app/views/snippets/current_user_index.html.haml
+++ b/app/views/snippets/current_user_index.html.haml
@@ -23,11 +23,11 @@
Private
%span.pull-right
= @user.snippets.are_private.count
- = nav_tab :scope, 'are_public' do
- = link_to user_snippets_path(@user, scope: 'are_public') do
- Public
+ = nav_tab :scope, 'are_internal' do
+ = link_to user_snippets_path(@user, scope: 'are_internal') do
+ Internal
%span.pull-right
- = @user.snippets.are_public.count
+ = @user.snippets.are_internal.count
.col-md-9.my-snippets
= render 'snippets'