Sha256: 68e606cd8ff00952466594b45f2de907a156ad6f6191b3fbb087d4e0039f1f1f

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 KB

Contents

<!DOCTYPE html>
<html lang="EN">
<head>
  <meta charset="utf-8">

  <%= csrf_meta_tags %>
    
  <%= stylesheet_link_tag 'application' %> 
  <%= javascript_include_tag 'application' %>

  <title>
    <%= umlaut_config.app_name %> <%= "| #{@page_title}" if @page_title %>    
  </title>
  
  <%= render_umlaut_head_content %>
   
</head>
<body>

  <div class="umlaut container">
  
     <div class="header">
        <h1><%= umlaut_config.app_name %></h1>
     </div>
  
  
    <% if @user_request %>
         <div class="headerStatusBar">
          <div align="right"  class="largeText">URL: 
            <% url = permalink_url(request, @user_request) %>
            <%= link_to url, url %>
          </div>
         </div>
     <% end %>
  
  
      <%= yield %>
   
      <!-- even with nothing in it, footer neccesary for CSS clear=both -->
     <div id="footer" class="footer">
        <%= render_service_credits %>
        <!-- links to aid in debugging openurls gone wrong when in production -->
        <%= link_to_test_resolve %>
        <%= link_to_direct_sfx %>
        <%= link_to_toggle_debug_info %> 
     </div>
  
  </div>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
umlaut-3.0.0alpha3 app/views/layouts/umlaut.html.erb
umlaut-3.0.0alpha2 app/views/layouts/umlaut.html.erb
umlaut-3.0.0alpha1 app/views/layouts/umlaut.html.erb