From b8e75c7c4abcd3d6df7d47b09ef4ede97bc44091 Mon Sep 17 00:00:00 2001
From: Sebastian Kippe
Date: Thu, 3 Dec 2020 13:50:07 +0100
Subject: [PATCH] Re-order services on dashboard
Docs and forums are more important for most users than Gitea and Drone.
---
app/views/dashboard/index.html.erb | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb
index 3b4d234..534a39e 100644
--- a/app/views/dashboard/index.html.erb
+++ b/app/views/dashboard/index.html.erb
@@ -11,18 +11,6 @@
Chat rooms and instant messaging (XMPP/Jabber)
-
-
<%= link_to "Gitea", "https://gitea.kosmos.org" %>
-
- Code hosting and collaboration for software projects
-
-
-
-
<%= link_to "Drone CI", "https://drone.kosmos.org" %>
-
- Continuous integration for software projects, tied to our Gitea
-
-
<%= link_to "Wiki", "https://wiki.kosmos.org" %>
@@ -35,6 +23,18 @@
Kosmos community forums and user support/help site
+
+
<%= link_to "Gitea", "https://gitea.kosmos.org" %>
+
+ Code hosting and collaboration for software projects
+
+
+
+
<%= link_to "Drone CI", "https://drone.kosmos.org" %>
+
+ Continuous integration for software projects, tied to our Gitea
+
+