[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tpo/master] Edit jobs page
commit c58635ff279a43b9626049c29abe158a471ac665
Author: hiro <hiro@xxxxxxxxxxxxxx>
Date: Thu Feb 7 15:27:18 2019 +0100
Edit jobs page
---
templates/macros/jobs.html | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/templates/macros/jobs.html b/templates/macros/jobs.html
index 58fe425..f180ff9 100644
--- a/templates/macros/jobs.html
+++ b/templates/macros/jobs.html
@@ -2,15 +2,13 @@
<div class="card border-0">
<div class="card-header bg-white border-0" id="headingOne">
<h5 class="mb-0">
- <button class="btn btn-link bg-white" type="button" data-toggle="collapse" data-target="#collapse-{{ item._id }}" aria-expanded="true" aria-controls="collapseOne">
- <a href="{{ item.path|url }}">{{ item.title }}</a>
- </button>
+ <a href="{{ item.path|url }}">{{ item.title }}</a>
</h5>
</div>
- <div id="collapse-{{ item._id }}" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionJobs">
+ <div>
<div class="card-body">
{{ item.summary }}
- <a href="{{ item.path }}">Read more.</a>
+ <a href="{{ item.path|url }}">Read more.</a>
</div>
</div>
</div>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits