From 6f1ca9533c86609883594067a73b5c1f1a4b7717 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 20 Mar 2016 21:46:33 +0100
Subject: [PATCH] Improve presentation, add links on homepage

---
 commentaries/templates/commentaries/howto.html     | 3 ---
 scipost/templates/scipost/index.html               | 3 +++
 submissions/templates/submissions/submissions.html | 2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/commentaries/templates/commentaries/howto.html b/commentaries/templates/commentaries/howto.html
index a03213db3..c7fa259ed 100644
--- a/commentaries/templates/commentaries/howto.html
+++ b/commentaries/templates/commentaries/howto.html
@@ -19,9 +19,6 @@
   <ul>
     <li><a href="{% url 'commentaries:request_commentary' %}">Request opening a SciPost Commentary Page</a></li>
   </ul>
-  <br>
-  <h3>Ratings</h3>
-  <p>The original publication subject to the Commentary can be rated by Contributors. An aggregate of these ratings is displayed next to the publication's summary info. All Comments and Replies are similarly open to Contributor rating. Ratings in aggregated form are made publicly available.</p>
 </section>
 
 {% endif %} <!-- Temporary strip -->
diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index e4eeb8dea..f004a79d6 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -53,6 +53,8 @@
 	</table>
 	<input type="submit" name="Submit" />
       </form>
+      <h3><a href="{% url 'commentaries:howto' %}">SciPost Commentaries how-to</a></h3>
+      <h3><a href="{% url 'commentaries:request_commentary' %}">Request a new Commentary Page</a></h3>
     </div>
     <div class="flex-greybox320">
       <h1><a href="{% url 'theses:theses' %}">Theses</a></h1>
@@ -66,6 +68,7 @@
 	</table>
 	<input type="submit" name="Submit" />
       </form>
+      <h3><a href="{% url 'theses:request_thesislink' %}">Request a new Thesis Link</a></h3>
     </div>
   </div>
 </section>
diff --git a/submissions/templates/submissions/submissions.html b/submissions/templates/submissions/submissions.html
index 28930d340..9e1de26d5 100644
--- a/submissions/templates/submissions/submissions.html
+++ b/submissions/templates/submissions/submissions.html
@@ -13,6 +13,8 @@
   <div class="flex-container">
     <div class="flex-greybox320">
       <h1>SciPost Submissions</h1>
+      <h3><a href="{% url 'scipost:peer_witnessed_refereeing' %}">About peer-witnessed refereeing</a></h3>
+      <h3><a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and refereeing procedure</a></h3>
       <h3><a href="{% url 'submissions:submit_manuscript' %}">Submit a manuscript to SciPost</a></h3>
     </div>
     <div class="flex-greybox320">
-- 
GitLab