File tree Expand file tree Collapse file tree
vulnerabilities/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ <h2 class="subtitle mb-2">Log Output</h2>
143143 {% endif %}
144144
145145
146- < a href ="{% url 'runs-list' pipeline_id=run.pipeline.pipeline_id %} " class ="button is-link mt-4 "> ← Back to All
146+ < a href ="{% url 'runs-list' pipeline_id=run.pipeline.pipeline_id %} " class ="button is-info mt-4 "> < i class =" fa fa-arrow-left mr-2 " > </ i > Back to All
147147 Runs</ a >
148148 </ div >
149149</ section >
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ <h1>{{ pipeline_name }} Runs</h1>
100100 {% endfor %}
101101 </ tbody >
102102 </ table >
103- < a href ="{% url 'schedule' %} " class ="button is-link mt-4 "> ← Back to Schedules</ a >
103+ < a href ="{% url 'schedule' %} " class ="button is-info mt-4 "> < i class =" fa fa-arrow-left mr-2 " > </ i > Back to Schedules</ a >
104104 </ div >
105105 {% if is_paginated %}
106106 < nav class ="pagination is-centered px-5 " role ="navigation " aria-label ="pagination ">
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ <h1>Pipeline Schedule</h1>
4242 {{ form.search }}
4343 </ div >
4444 < div class ="control ">
45- < button type ="submit " class ="button is-info "> Search </ button >
45+ < button type ="submit " class ="button is-info "> < i class =" fa fa-search mx-1 " > </ i > </ button >
4646 </ div >
4747 </ div >
4848 </ form >
You can’t perform that action at this time.
0 commit comments