Sha256: 8082192179abc1c6d00e1fa38ffc83c4c788cab7dff3ddf953e07a0df3f51588
Contents?: true
Size: 398 Bytes
Versions: 4
Compression:
Stored size: 398 Bytes
Contents
<% title("Edit #{@post.title}") %> <h3 class="page-title">Edit post <small><%= @post.title %></small></h3> <p> <%= link_to "Back to dashboard", admin_posts_dashboard_path %> </p> <hr/> <%= render 'form' %> <hr/> <%= link_to "<i class='fa fa-minus-square'></i> Delete post".html_safe, admin_post_path(@post), method: :delete, data:{confirm: "Are you sure?"}, class: "btn btn-small btn-danger" %>
Version data entries
4 entries across 4 versions & 3 rubygems