Sha256: 328bb820119a6e4cf5cfe9d2fac82af3556a651599440f4eebab94d71bfc3912
Contents?: true
Size: 509 Bytes
Versions: 24
Compression:
Stored size: 509 Bytes
Contents
<% # show.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. %> <h1><%= _("GetText Sample Blog on RoR") %></h1> <%= show_article(@article, false) %> <p> <%= link_to _('Edit'), :action => 'edit', :id => @article %> | <%= link_to _('Back'), :action => 'list' %> </p>
Version data entries
24 entries across 24 versions & 1 rubygems