% content_for :head do %> <%= stylesheet_link_tag 'scaffold' %> <%= javascript_include_tag :defaults %> <% end %>
Body | Author | Published | |||
---|---|---|---|---|---|
<%=h announcement.body %> | <%=h announcement.author %> | <%= in_place_editor_field :announcement, :published, {}, :rows => 1 %> | <%= link_to 'Show', announcement %> | <%= link_to 'Edit', edit_announcement_path(announcement) %> | <%= link_to 'Destroy', announcement, :confirm => 'Are you sure?', :method => :delete %> |