Sha256: ab8abd0db0483f38b596cefb549df02b95cc26f2a525f57e7b9685eff8645a65
Contents?: true
Size: 452 Bytes
Versions: 23
Compression:
Stored size: 452 Bytes
Contents
<%- @title= 'New Article' %> <% article = @article %> <div class ="module-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
23 entries across 20 versions & 2 rubygems