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