summaryrefslogtreecommitdiff
path: root/app/views/snippets/current_user_index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/current_user_index.html.haml')
-rw-r--r--app/views/snippets/current_user_index.html.haml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/snippets/current_user_index.html.haml b/app/views/snippets/current_user_index.html.haml
index 90ddc7198f6..3e030428701 100644
--- a/app/views/snippets/current_user_index.html.haml
+++ b/app/views/snippets/current_user_index.html.haml
@@ -18,16 +18,16 @@
All
%span.pull-right
= @user.snippets.count
- = nav_tab :scope, 'private' do
- = link_to user_snippets_path(@user, scope: 'private') do
+ = nav_tab :scope, 'is_private' do
+ = link_to user_snippets_path(@user, scope: 'is_private') do
Private
%span.pull-right
- = @user.snippets.private.count
- = nav_tab :scope, 'public' do
- = link_to user_snippets_path(@user, scope: 'public') do
+ = @user.snippets.is_private.count
+ = nav_tab :scope, 'is_public' do
+ = link_to user_snippets_path(@user, scope: 'is_public') do
Public
%span.pull-right
- = @user.snippets.public.count
+ = @user.snippets.is_public.count
.col-md-9.my-snippets
= render 'snippets'