Sha256: 96f8a7837f3fce2df4324cd435184afaff2a945c20d96b09fbc92350e94a61e9
Contents?: true
Size: 279 Bytes
Versions: 5
Compression:
Stored size: 279 Bytes
Contents
<%= bootstrap_form_for @post, 'Edit post', :url=>'', :html=>{:class=>'sample'} do |f|%> <%= bootstrap_form_input("Author") {f.text_field :author}%> <%= bootstrap_form_input("Title") {f.text_field :title}%> <%= bootstrap_form_input("Year") {f.select :year, @years}%> <%end%>
Version data entries
5 entries across 5 versions & 1 rubygems