Sha256: cb1a67987979ff19b628390f7a1fddae56e8e635c220e1f6be57996b9e0a13ca

Contents?: true

Size: 536 Bytes

Versions: 63

Compression:

Stored size: 536 Bytes

Contents

<% @organization = Organization.current %>
<div class="book-header <%= current_user? ? '' : 'logged' %>">
  <%#
    H1 is not actually displayed.
    This weird title structure is kept for backward compatibility only
  %>
  <h1><%= @organization.page_name %></h1>

  <img src="<%= @organization.banner_url %>" alt="<%= @organization.display_name %>">
  <h2><%= @organization.page_name %></h2>

  <h3><small><%= @organization.description %></small></h3>
</div>

<div class="text-box">
  <%= @organization.page_description_html %>
</div>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
mumuki-laboratory-9.23.0 app/views/book/_header.html.erb
mumuki-laboratory-9.22.0 app/views/book/_header.html.erb
mumuki-laboratory-9.21.0 app/views/book/_header.html.erb
mumuki-laboratory-9.20.1 app/views/book/_header.html.erb
mumuki-laboratory-9.20.0 app/views/book/_header.html.erb
mumuki-laboratory-9.19.0 app/views/book/_header.html.erb
mumuki-laboratory-9.18.1 app/views/book/_header.html.erb
mumuki-laboratory-9.18.0 app/views/book/_header.html.erb
mumuki-laboratory-9.17.0 app/views/book/_header.html.erb
mumuki-laboratory-9.16.0 app/views/book/_header.html.erb
mumuki-laboratory-9.15.0 app/views/book/_header.html.erb
mumuki-laboratory-9.14.1 app/views/book/_header.html.erb
mumuki-laboratory-9.14.0 app/views/book/_header.html.erb
mumuki-laboratory-9.13.2 app/views/book/_header.html.erb
mumuki-laboratory-9.13.1 app/views/book/_header.html.erb
mumuki-laboratory-9.13.0 app/views/book/_header.html.erb
mumuki-laboratory-9.12.1 app/views/book/_header.html.erb
mumuki-laboratory-9.12.0 app/views/book/_header.html.erb
mumuki-laboratory-9.11.0 app/views/book/_header.html.erb
mumuki-laboratory-9.10.0 app/views/book/_header.html.erb