SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 4883fa0f authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Improvements

parent 8d1d6bc7
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,6 @@ ...@@ -29,6 +29,6 @@
<p class="mb-1">{{ notice.description|linebreaksbr }}</p> <p class="mb-1">{{ notice.description|linebreaksbr }}</p>
{% endif %} {% endif %}
{% if notice.target %} {% if notice.target %}
<a href="{{notice.target.get_absolute_url}}">Go to {{notice.target_content_type}}</a> <a href="{{notice.target.get_absolute_url}}" class="btn btn-default px-0">Go to {{notice.target_content_type}}</a>
{% endif %} {% endif %}
</div> </div>
...@@ -13,7 +13,7 @@ function initiate_popover(reinitiate=false) { ...@@ -13,7 +13,7 @@ function initiate_popover(reinitiate=false) {
var notification_template = '<div class="popover notifications" role="tooltip"><div class="arrow"></div><h3 class="popover-header h2"></h3><div class="popover-body"></div></div>'; var notification_template = '<div class="popover notifications" role="tooltip"><div class="arrow"></div><h3 class="popover-header h2"></h3><div class="popover-body"></div></div>';
var get_notifications_title = function() { var get_notifications_title = function() {
return 'New notifications <div class="badge badge-warning live_notify_badge"></div><div class="mt-1"><small><a href="/notifications">See all my notifications</a></small></div>'; return 'Latest notifications <div class="badge badge-warning badge-pill live_notify_badge"></div><div class="mt-1"><small><a href="/notifications">See all my notifications</a></small></div>';
} }
var get_notifications = function() { var get_notifications = function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment