Sha256: f62c987e5c761d0fd474372e631d1478d39faa718f0de21e12a46160defa7637

Contents?: true

Size: 446 Bytes

Versions: 2

Compression:

Stored size: 446 Bytes

Contents

<%= f.inputs "Article Details" do %>
  <%=f.input :title %>
  <%=f.input :preview, :input_html => { :rows => 4 } %>
  <%=f.input :category %>
  <%=f.input :contact, :label => "Contact / More Info" %>
  <% if @article.is_a? WebService %>
    <%=f.input :service_url, :label => "Web Service link" %>
  <% end %>
  <%=f.input :tags, :as => :string, :label => "Keywords" %>
  <%=f.input :author_name, :label => "Author" %>
<% end %> <!-- details -->

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
answers-core-0.0.0.2 app/views/answers/shared/admin/_article_details.html.erb
answers-core-0.0.0 app/views/answers/shared/admin/_article_details.html.erb