Sha256: 53d2940542db75281054a01871475e7cddc5489164d8058436130919c043eabb
Contents?: true
Size: 362 Bytes
Versions: 42
Compression:
Stored size: 362 Bytes
Contents
<%- @title= 'New Article' %> <% article = @article %> <%= fields_for article do |f| %> <%= f.label :title, "Title" %> <%= f.text_field :title %> <%= f.label :text, "Description" %> <%= f.text_field :text %> <%= f.label :text, "Keywords" %> <%= f.text_field :keywords %> <%= f.label :body, "Body Content" %> <%= f.cktext_area :body %> <% end %>
Version data entries
42 entries across 42 versions & 3 rubygems