notebook/app/views/content/list/_actions.html.erb
2018-12-12 23:58:22 -06:00

6 lines
256 B
Plaintext

<%= link_to attribute_customization_path(@content_type_class.name.downcase),
class: "btn white #{@content_type_class.color}-text tooltipped",
data: { position: "bottom", tooltip: "Customize categories and fields" } do %>
Customize template
<% end %>