Sha256: 6c237019670788aca5fe0864ebae131bb3a6fce2d2a743931a1ed80d8285567d

Contents?: true

Size: 718 Bytes

Versions: 4

Compression:

Stored size: 718 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="<%= locale.language %>" lang="<%= locale.language %>">
<head>
  <meta http-equiv="content-type" content="text/html;charset=<%= locale.charset %>" />
  <title><%= _('GetText Sample Blog on RoR') %>: <%= controller.action_name %></title>
  <%= stylesheet_link_tag 'scaffold' %>
  <%= stylesheet_link_tag 'blog' %>
</head>
<body>
<div class = "main">
 <p style="color: green"><%= flash[:notice] %></p>

 <%= yield  %>

 <div class="copyright">
 Copyright (C) 2005-2008 Masao Mutoh
 </div>

</div>

<%= show_navigation %>

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gettext-1.90.0 samples/rails/app/views/layouts/articles.html.erb
gettext-1.92.0 samples/rails/app/views/layouts/articles.html.erb
gettext-1.91.0 samples/rails/app/views/layouts/articles.html.erb
gettext-1.93.0 samples/rails/app/views/layouts/articles.html.erb