mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
document universe filter banner redesign
This commit is contained in:
parent
6a208e3016
commit
979ee7e261
@ -1,11 +1,11 @@
|
||||
<% if @universe_scope %>
|
||||
<p class="center help-text">
|
||||
<p class="center help-text teal card-panel lighten-5 black-text">
|
||||
Only showing documents
|
||||
in the <%= link_to @universe_scope.name, @universe_scope, class: Universe.color + '-text' %> universe.
|
||||
in the <%= link_to @universe_scope.name, @universe_scope, class: Universe.text_color %> universe.
|
||||
<%= link_to(
|
||||
"See documents from all universes.",
|
||||
"See documents from all universes instead.",
|
||||
'?universe=all',
|
||||
class: Universe.color + '-text')
|
||||
class: Universe.text_color)
|
||||
%>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user