indentlabs/notebook

View on GitHub
app/views/content/list/_actions.html.erb

Summary

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