mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
6 lines
256 B
Plaintext
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 %>
|