File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,20 @@ header#masthead
10
10
li
11
11
i .fa .fa-graduation-cap
12
12
= link_to(t('protips'), root_path)
13
- -if signed_in?
14
- li
15
- i .fa .fa-user
16
- = link_to('Profile', badge_path(username: current_user.username), class: mywall_nav_class)
17
-
18
13
li
19
14
i .fa .fa-money
20
15
= link_to('Jobs', jobs_path, class: jobs_nav_class)
21
16
-if signed_in?
17
+ li
18
+ i .fa .fa-user
19
+ = link_to('Profile', badge_path(username: current_user.username), class: mywall_nav_class)
22
20
li
23
21
i .fa .fa-cogs
24
22
= link_to('Settings', settings_path, class: settings_nav_class)
25
23
li
26
24
i .fa .fa-sign-out
27
25
= link_to('Sign out', sign_out_path)
28
26
-else
29
-
30
27
li
31
28
i .fa .fa-sign-in
32
29
= link_to('Sign In', signin_path, class: signin_nav_class)
You can’t perform that action at this time.
0 commit comments