[damned-lies] Actions now have links
- From: Alexandre Franke <afranke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Actions now have links
- Date: Wed, 3 Jun 2015 08:15:31 +0000 (UTC)
commit e26c0d5eaab64c18e4d0cd58b565ce640880f847
Author: Alexandre Franke <alexandre franke gmail com>
Date: Mon Jun 1 18:31:45 2015 +0200
Actions now have links
https://bugzilla.gnome.org/show_bug.cgi?id=750229
templates/vertimus/vertimus_detail.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index 4cc3ca5..5101802 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -171,9 +171,10 @@ $(document).ready(function() {
{% for action,files in action_history %}
<div class="vertimus_action">
<div class="vertimus_action_head">
- <a name="{{ action.id }}"></a>
<a href="{{ action.person.get_absolute_url }}">{{ action.person.name }}</a>
- , <strong>{{ action.description }}</strong>, {{ action.created|date:_("Y-m-d g:i a O") }}
+ , <a name="{{ action.id }}" href="#{{ action.id }}" title="Link to this comment">#</a>
+ <strong>{{ action.description }}</strong>
+ , {{ action.created|date:_("Y-m-d g:i a O") }}
</div>
<div class="vertimus_action_content">
<div class="face_image">{{ action.person|people_image }}</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]