diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-07 21:47:10 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-07 21:47:10 +0200 |
| commit | 75d8308202b1621e8b481ac57f340224ec9077ea (patch) | |
| tree | e2aa51cd6ec9e39a32a34a67fe59dbfa8c19f22b | |
| parent | 92c3acb860adff26e1b960c275fd9c83fc2cf4ca (diff) | |
Fix subheadings in admin wizard view
| -rw-r--r-- | app/views/admin/index.html.erb | 11 |
1 files 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 @@ | |||
| 1 | <div id="admin_wizard"> | 1 | <div id="admin_wizard"> |
| 2 | <div class="admin_wizard_button"><%= link_to 'Create Update or Pressemitteilung', new_node_path, :only_path => false %></div> | 2 | <h2>Quick links</h2> |
| 3 | <div class="admin_wizard_button"><%= link_to 'Create post or page', new_node_path, :only_path => false %></div> | ||
| 3 | <div class="admin_wizard_button"><a href="#" id="admin_wizard_my_work" class="button">Continue my work</a></div> | 4 | <div class="admin_wizard_button"><a href="#" id="admin_wizard_my_work" class="button">Continue my work</a></div> |
| 4 | <div class="admin_wizard_button"><a href="#" id="admin_wizard_create_page" class="button">Add a page in the page tree</a></div> | 5 | <div class="admin_wizard_button"><a href="#" id="admin_wizard_create_page" class="button">Add a page in the page tree</a></div> |
| 5 | <div class="admin_wizard_button"><%= link_to("Upload a new asset", new_asset_path, :only_path => false) %></div> | 6 | <div class="admin_wizard_button"><%= link_to("Upload a new asset", new_asset_path, :only_path => false) %></div> |
| @@ -14,7 +15,7 @@ | |||
| 14 | 15 | ||
| 15 | <div id="recent_changes_table"> | 16 | <div id="recent_changes_table"> |
| 16 | 17 | ||
| 17 | <h1>Recent Changes</h1> | 18 | <h2>Recent Changes</h2> |
| 18 | 19 | ||
| 19 | <table class="node_table"> | 20 | <table class="node_table"> |
| 20 | <tr class="header"> | 21 | <tr class="header"> |
| @@ -48,7 +49,7 @@ | |||
| 48 | 49 | ||
| 49 | <div id="my_work_table"> | 50 | <div id="my_work_table"> |
| 50 | 51 | ||
| 51 | <h1>My Work</h1> | 52 | <h2>My Work</h2> |
| 52 | 53 | ||
| 53 | <table class="node_table"> | 54 | <table class="node_table"> |
| 54 | <tr class="header"> | 55 | <tr class="header"> |
| @@ -82,7 +83,7 @@ | |||
| 82 | 83 | ||
| 83 | <div id="current_drafts_table"> | 84 | <div id="current_drafts_table"> |
| 84 | 85 | ||
| 85 | <h1>Current Drafts (<%= @drafts_count %>)</h1> | 86 | <h2>Current Drafts (<%= @drafts_count %>)</h2> |
| 86 | 87 | ||
| 87 | <table class="node_table"> | 88 | <table class="node_table"> |
| 88 | <tr class="header"> | 89 | <tr class="header"> |
| @@ -116,7 +117,7 @@ | |||
| 116 | 117 | ||
| 117 | <div id="admin_sitemap_table"> | 118 | <div id="admin_sitemap_table"> |
| 118 | 119 | ||
| 119 | <h1>Sitemap</h1> | 120 | <h2>Sitemap</h2> |
| 120 | 121 | ||
| 121 | <table class="node_table"> | 122 | <table class="node_table"> |
| 122 | <tr class="header"> | 123 | <tr class="header"> |
