Sha256: a38c5e64ca130ea34d57cc998d7027eb63b507968bd7f57a538f8e5957c0405b
Contents?: true
Size: 370 Bytes
Versions: 48
Compression:
Stored size: 370 Bytes
Contents
<% article = Article.find_by :id=> $xvars["p"]["article_id"] %> <%= 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
48 entries across 45 versions & 3 rubygems