Sha256: 007c81d3d962f77401915d83029e2c10101ded4775387b698a53b55e9a9e814c
Contents?: true
Size: 360 Bytes
Versions: 9
Compression:
Stored size: 360 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.text_area :body %> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems