Sha256: 8f77d21ff27c85f3edeb4fc101515a8c63322e0ed3b2b0cd9530cabb5417ca54
Contents?: true
Size: 1012 Bytes
Versions: 1
Compression:
Stored size: 1012 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= Tolk::Locale.primary_locale_name %>" lang="<%= Tolk::Locale.primary_locale_name %>"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Tolk</title> <% if respond_to?(:sprockets_include_tag) %> <%= sprockets_include_tag %> <% else %> <%= javascript_include_tag :defaults %> <% end %> <%= stylesheet_link_tag "tolk/reset" %> <%= stylesheet_link_tag "tolk/screen" %> <%= yield :head %> </head> <body> <div id="container"> <div id="head"> <h1><span class="home"><%= link_to "Tolk", tolk.root_path %></span><%= yield :locale %></h1> </div> <%= yield %> </div> <script type="text/javascript"> $$('td textarea').each(function(element) { element.setStyle({height: element.up('td').measure('height')+'px'}); }); </script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tolk-1.1.0 | app/views/layouts/tolk/application.html.erb |