1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/admin/photos/edit.html.erb
Dan Barber 1f35c7210e Customise administrate
We've added some custom field types for dragonfly images,
text fields and markdown fields.
2015-10-26 14:26:32 +00:00

9 lines
277 B
Plaintext

<% content_for(:title) { "Edit #{@page.page_title}" } %>
<header class="header">
<h1 class="header-heading"><%= content_for(:title) %></h1>
<%= link_to "Show #{@page.resource}", [Administrate::NAMESPACE, @page.resource], class: "button" %>
</header>
<%= render "form" %>