<% # blog.rhtml - a sample script for Ruby on Rails # # Copyright (C) 2005 Masao Mutoh # # This file is distributed under the same license as Ruby-GetText-Package. # Views are bound a textdomain which is bound in application.rb or # blog_controller.rb. # So you don't need to call bindtextdomain here. %> <%= _('GetText Sample Blog on RoR') %> <%= stylesheet_link_tag 'scaffold' %> <%= stylesheet_link_tag 'blog' %>
<% if flash[:notice] %>

<%= flash[:notice] %>

<% end %> <%= @content_for_layout %>
<%= show_navigation %>