File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 129
129
130
130
< ul class ="right ">
131
131
<% if user_signed_in? %>
132
- < li >
133
- < a class ="dropdown-button tooltipped " href ="#! " data-activates ="recent-content-dropdown " data-position ="bottom " data-delay ="100 " data-tooltip ="Your recently-edited pages ">
134
- < i class ="material-icons "> recent_actors</ i >
135
- </ a >
136
- </ li >
137
132
< li >
138
133
< a class ="dropdown-button tooltipped " href ="#! " data-activates ="help-dropdown " data-position ="bottom " data-delay ="100 " data-tooltip ="Need help? ">
139
134
< i class ="material-icons "> help</ i >
157
152
<%= render partial : 'universes/picker' %>
158
153
<% end %>
159
154
</ li >
155
+ < li >
156
+ < a class ="dropdown-button tooltipped " href ="#! " data-activates ="recent-content-dropdown " data-position ="bottom " data-delay ="100 " data-tooltip ="Your recently-edited pages ">
157
+ < i class ="material-icons "> recent_actors</ i >
158
+ </ a >
159
+ </ li >
160
160
<% else %>
161
161
< li >
162
162
< a href ="# " data-activates ="login-slide " class ="button-collapse ">
Original file line number Diff line number Diff line change 9
9
< a class ="dropdown-button tooltipped " href ="#! " data-activates ="dropdown_universes " data-position ="bottom " data-delay ="100 " data-tooltip ="<%= tooltip %> ">
10
10
< i class ="material-icons <%= 'left' if @universe_scope . present? %> "> vpn_lock</ i >
11
11
<% if @universe_scope . present? %>
12
- <%= @universe_scope . name %>
12
+ < div class ="hide-on-small-only ">
13
+ <%= @universe_scope . name %>
14
+ </ div >
13
15
<% end %>
14
16
</ a >
15
17
</ li >
You can’t perform that action at this time.
0 commit comments