From c08d11f7aaea16c2c85348c2afa6bc8316d0e3e6 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Fri, 15 Sep 2017 10:39:42 -0300 Subject: [PATCH] Modified access and subscribe button to get them aligned center --- subjects/templates/subjects/subject_card.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/subjects/templates/subjects/subject_card.html b/subjects/templates/subjects/subject_card.html index dc7a8f0..d611051 100644 --- a/subjects/templates/subjects/subject_card.html +++ b/subjects/templates/subjects/subject_card.html @@ -81,10 +81,13 @@ {% if show_buttons %} {% if has_subject_view_permissions %} +
{% trans "Access Subject" %} +
{% elif subject.subscribe_end|aftertoday %} +
- +
{% else %} {% trans "This subject doesn't allow new subscriptions" %} -- libgit2 0.21.2