Sha256: f98b12486998b74d6596bdda239801899ad10c55c802e43c6c0acce5bd64f09b
Contents?: true
Size: 776 Bytes
Versions: 5
Compression:
Stored size: 776 Bytes
Contents
<!DOCTYPE html> <html lang="<%= Tolk::Locale.primary_locale_name %>"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Tolk</title> <%= javascript_include_tag "tolk/application" %> <%= stylesheet_link_tag "tolk/application" %> <%= yield :head %> </head> <body> <div id="container"> <div id="head"> <h1><span class="home"><%= link_to "Tolk", root_path %></span><% if @locale.present? %><span class="locale"><%= link_to @locale.language_name, locale_path(@locale) %></span><% end %></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
5 entries across 5 versions & 1 rubygems