dashboard tweaks again

This commit is contained in:
drusepth 2022-11-26 16:03:30 -08:00
parent 9144e038fd
commit 8c8b82db63
2 changed files with 4 additions and 1 deletions

View File

@ -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 %>">

View File

@ -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 %>