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 %} +
{% trans "Subscribe to Subject" %} - +
{% else %} {% trans "This subject doesn't allow new subscriptions" %} -- libgit2 0.21.2