Sha256: aed96997339f2565e70740795d4edb07cc07dae8e86c270b14c75593e2cb88a7
Contents?: true
Size: 526 Bytes
Versions: 24
Compression:
Stored size: 526 Bytes
Contents
<% # new.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><%= _('New article') %></h1> <%= start_form_tag :action => 'create' %> <%= render_partial 'form' %> <p><%= submit_tag _('Create') %></p> <%= end_form_tag %> <p> <%= link_to _('Back'), :action => 'list' %> </p>
Version data entries
24 entries across 24 versions & 1 rubygems