From 75d8308202b1621e8b481ac57f340224ec9077ea Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 7 Jul 2026 21:47:10 +0200 Subject: Fix subheadings in admin wizard view --- app/views/admin/index.html.erb | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/admin/index.html.erb b/app/views/admin/index.html.erb index 2741db3..77b45f4 100644 --- a/app/views/admin/index.html.erb +++ b/app/views/admin/index.html.erb @@ -1,5 +1,6 @@
-
<%= link_to 'Create Update or Pressemitteilung', new_node_path, :only_path => false %>
+

Quick links

+
<%= link_to 'Create post or page', new_node_path, :only_path => false %>
<%= link_to("Upload a new asset", new_asset_path, :only_path => false) %>
@@ -14,7 +15,7 @@
-

Recent Changes

+

Recent Changes

@@ -48,7 +49,7 @@
-

My Work

+

My Work

@@ -82,7 +83,7 @@
-

Current Drafts (<%= @drafts_count %>)

+

Current Drafts (<%= @drafts_count %>)

@@ -116,7 +117,7 @@
-

Sitemap

+

Sitemap

-- cgit v1.3