[tor-commits] [tpo/staging] Edit jobs page
hiro at torproject.org
hiro at torproject.org
Thu Feb 7 14:27:25 UTC 2019
commit c58635ff279a43b9626049c29abe158a471ac665
Author: hiro <hiro at torproject.org>
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>
More information about the tor-commits
mailing list