From 88be719ae35358358a459cdf87005b19a4051c6a Mon Sep 17 00:00:00 2001 From: Hinrikus Wolf <hinrikus.wolf@rwth-aachen.de> Date: Sun, 8 Nov 2015 17:40:15 +0100 Subject: [PATCH] topic-show: add some more nice things --- templates/admin_topic_show.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/admin_topic_show.html b/templates/admin_topic_show.html index 606e5e0..40b23aa 100644 --- a/templates/admin_topic_show.html +++ b/templates/admin_topic_show.html @@ -15,7 +15,8 @@ <table class="mdl-data-table mdl-js-table mdl-shadow--2dp mdl-cell mdl-cell--12-col"> <thead> <tr> - <th class="mdl-data-table__cell-non-numeric rede-large-text" style="text-align:center;" colspan="5">{{ topic.event.name }}</th> + <th class="mdl-data-table__cell-non-numeric rede-large-text" style="text-align:center;" colspan="4"> Event – {{ topic.event.name }}</th> + <th class="mdl-data-table__cell-non-numeric rede-medium-text" style="text-align:center;"><a href="{{ url_for(".event_edit", id=topic.event.id) }}"><i class="material-icons">edit</i></a></th> </tr> <tr> <th class="mdl-data-table__cell-non-numeric rede-large-text" style="text-align:center;" colspan="3">{{ topic.name }}</th> -- GitLab