Sha256: 5b9de71ea7cc7350ba59a19bf49c97f636c92ba3aa283d50d024cbf557c7635c

Contents?: true

Size: 392 Bytes

Versions: 1

Compression:

Stored size: 392 Bytes

Contents

<%- @title= 'New Article' %>
<%
  article = @article
%>
<div id="article-table">
<%= 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 %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jinda-0.5.5 lib/generators/jinda/templates/app/views/articles/new_article/form_article.html.erb