Sha256: 143a171659272f0a8c630b9dd32d5e8b3631abfca0867b665cfa59664d5bf65a
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
<%= tb_fixed_toolbar("Authors", painel_authors_path) do %> <%= tb_submit_button_to @author%> <%= tb_cancel_button_to @author %> <% end %> <%= simple_form_for @author, :url => painel_authors_path,:html => { :class => 'form-vertical', :id => 'author' } do |f| %> <%= render :partial=>'form', :locals=>{:f=>f} %> <%end%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
railstrap-0.0.1 | test/dummy/app/views/painel/authors/new.html.erb |