houdini/app/views/components/_preview_mode_notification.html.erb

7 lines
169 B
Text

<% if params[:preview] %>
<div class='notification show'>
Currently in <strong>preview mode</strong>.
<a href='?'>Return to admin mode</a>
</div>
<% end %>