mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
We've added some custom field types for dragonfly images, text fields and markdown fields.
9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
<% content_for(:title) { "New #{@page.resource_name.titleize}" } %>
|
|
|
|
<header class="header">
|
|
<h1 class="header-heading"><%= content_for(:title) %></h1>
|
|
<%= link_to 'Back', @page.resource_name.pluralize, class: "button" %>
|
|
</header>
|
|
|
|
<%= render 'form' %>
|