mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
dashboard tweaks again
This commit is contained in:
parent
9144e038fd
commit
8c8b82db63
@ -26,6 +26,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<% if defined?(field) && field.present? && false %>
|
||||
<ul class="hoverable collapsible white">
|
||||
<li class="<%= 'active' if defined?(expand_by_default) && !!expand_by_default %>">
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<ul role="list" class="grid grid-cols-5 gap-2">
|
||||
<ul role="list" class="grid grid-cols-3 gap-2">
|
||||
<% (@activated_content_types + ["Timeline", "Document"]).each do |content_type| %>
|
||||
<% klass = content_class_from_name(content_type) %>
|
||||
<%= link_to send("new_#{content_type.downcase}_path") do %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user