Sha256: 4ec4f0b8ef84d9cd9c4937fefc5363602041467fc5e159f663dd5a20e59f9ec0

Contents?: true

Size: 356 Bytes

Versions: 1

Compression:

Stored size: 356 Bytes

Contents

<%= tb_fixed_toolbar("Authors", painel_authors_path) do %>
  <%= tb_cancel_button_to @author %>
  <%= tb_edit_button_to @author %>
  <%= tb_delete_button_to @author %>
<% end %>

<% @readonly = true %>

<%= simple_form_for @author, :url => '#',:html => { :class => 'form-vertical' } 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/show.html.erb