Sha256: 7bff33ae3209cccffbc22c50a6e026b89e228a5d940beb329eda752cf08c826e

Contents?: true

Size: 470 Bytes

Versions: 4

Compression:

Stored size: 470 Bytes

Contents

<%= content_tag :div, id: "logo", itemscope: "",  itemtype: "http://schema.org/Organization" do %>
  <%= link_to refinery.root_path, itemprop: "url" do %>
    <%= Refinery::Core.site_name %>
  <% end %>
<% end %>

<% cache [I18n.locale, 'main_menu', @page, Refinery::Page.fast_menu.map(&:updated_at).max] do %>
  <%=
    main_menu = Refinery::Pages::MenuPresenter.new(refinery_menu_pages, self)
    main_menu.menu_role = 'navigation'
    main_menu.to_html
  %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-core-4.0.3 app/views/refinery/_header.html.erb
refinerycms-core-4.0.2 app/views/refinery/_header.html.erb
refinerycms-core-4.0.1 app/views/refinery/_header.html.erb
refinerycms-core-4.0.0 app/views/refinery/_header.html.erb