commit c58635ff279a43b9626049c29abe158a471ac665 Author: hiro hiro@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>
tor-commits@lists.torproject.org