Commit 6d14af2c authored by Phil Hughes's avatar Phil Hughes

Added scrolling tabs to user#show

parent 9a5556af
......@@ -79,7 +79,10 @@
%p.profile-user-bio
= @user.bio
%ul.nav-links.center.user-profile-nav
.scrolling-tabs-container
.fade-left= icon('angle-left')
.fade-right= icon('angle-right')
%ul.nav-links.center.user-profile-nav.scrolling-tabs
%li.js-activity-tab
= link_to user_path, data: {target: 'div#activity', action: 'activity', toggle: 'tab'} do
Activity
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment