aboutsummaryrefslogtreecommitdiffstats
path: root/www/templates/en/reports.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/en/reports.html')
-rw-r--r--www/templates/en/reports.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/reports.html b/www/templates/en/reports.html
index 44cb470..e471720 100644
--- a/www/templates/en/reports.html
+++ b/www/templates/en/reports.html
@@ -8,6 +8,6 @@
</div>
<ul>
- <% drafts.each(function(draft) { if ( draft ) { print( '<li>' + draft.get('title') + '<a id="' + draft.id + '" class="del_report">X</a></li>' ); } else { print( '<li>no/li<>'); } } ); %>
+ <% drafts.each(function(draft) { if ( draft ) { print( '<li id="' + draft.id + '">' + draft.get('title') + '<a class="del_report">X</a> <a class="use_report">&#8594;</a></li>' ); } else { print( '<li>no/li<>'); } } ); %>
</ul>
</div>