Title | Actions |
---|---|
<%=h announcement.title %> | <%= link_to 'Show', announcement_path(announcement) %> | <%= link_to 'Edit', edit_admin_announcement_path(announcement) %> | <%= link_to 'Destroy', admin_announcement_path(announcement), :confirm => 'Are you sure?', :method => :delete %> |