Sha256: 956f570c6d2909ea754a30761f9aded0fdfc5aa05d230262f8c273b6539ca0ee
Contents?: true
Size: 1.08 KB
Versions: 29
Compression:
Stored size: 1.08 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_title_text %> </title> <%= render_umlaut_head_content %> </head> <body> <div class="umlaut container"> <div id="header" class="header"> <h1><%= umlaut_config.app_name %></h1> </div> <% if permalink = current_permalink_url() %> <div class="permalink_bar"> URL: <%= link_to current_permalink_url, current_permalink_url %> </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
29 entries across 29 versions & 1 rubygems