Sha256: 78ac75c0c36c464ead3ce20de6b27d742bbee5937fa3de954f3d936f1d4c0d7c
Contents?: true
Size: 449 Bytes
Versions: 15
Compression:
Stored size: 449 Bytes
Contents
<%- @title= 'New Article' %> <% article = @article %> <div id="article-table"> <%= fields_for article do |f| %> <%= f.label :title, "Title" %> <%= f.text_field :title, :required => true %> <%= f.label :text, "Description" %> <%= f.text_field :text, :required => true %> <%= f.label :text, "Keywords" %> <%= f.text_field :keywords %> <%= f.label :body, "Body Content" %> <%= f.text_area :body, :required => true %> <% end %> </div>
Version data entries
15 entries across 15 versions & 2 rubygems