document universe filter banner redesign

This commit is contained in:
drusepth 2021-09-30 17:46:08 -07:00
parent 6a208e3016
commit 979ee7e261

View File

@ -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.&nbsp;
<%= 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 %>