Sha256: 96f5bff454763587e0d4e03ebfec68fef02367116d60e5488d8dcfc046830804
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 KB
Contents
<% if display_site_bar? %> <% unless admin? # all required JS included by backend. %> <% content_for :stylesheets, stylesheet_link_tag('refinery/site_bar') unless !!local_assigns[:exclude_css] %> <%= yield(:stylesheets) unless local_assigns[:head] || local_assigns[:exclude_css] %> <% end -%> <div id='site_bar'> <div id='site_bar_content' class='clearfix'> <%= link_to 'https://www.refinerycms.com', :id => 'site_bar_refinery_cms_logo', :target => '_blank' do %> <%= image_tag 'refinery/refinery-cms-logo.svg', alt: 'Refinery CMS™' %> <% end %> <div id='editor_switch'> <%= site_bar_switch_link -%> <%= site_bar_edit_link -%> </div> <div id='site_bar_branding'> <span id='site_bar_company_name'> <%= Refinery::Core.site_name %> </span> <%= link_to t('.log_out', site_bar_translate_locale_args), ::Refinery::Core.refinery_logout_path, :id => 'logout' if ::Refinery::Core.refinery_logout_path.present? %> </div> </div> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-core-4.0.3 | app/views/refinery/_site_bar.html.erb |
refinerycms-core-4.0.2 | app/views/refinery/_site_bar.html.erb |