<%= notice %>
ID | Title | State | Members Only? | Created | |||
---|---|---|---|---|---|---|---|
<%= post.id %> | <%= post.title %> | <%= post.state %> | <%= post.members_only %> | <%= post.created_at.strftime("%m/%d/%y") %> | <%= link_to 'Show', post %> | <% if current_user.try(:admin?) %><%= link_to 'Edit', edit_post_path(post) %> | <%= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %> | <% end %>
No Posts |