mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
<% if content.persisted? %>
|
|
<%= content.name %>
|
|
<% else %>
|
|
<%- content_name = content.class.respond_to?(:content_name) ? content.class.content_name: content.class.to_s %>
|
|
Create your new <%= content_name.humanize.downcase %>
|
|
<% end %>
|