File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
206
206
< div v-if ="data " style ="margin: 12px 0; ">
207
207
< div style ="display: flex;justify-content: center; ">
208
208
< div class ="description-box ">
209
- < div class ="description-arrow "> < a v-if =" data.prev " v-bind:href ="prevLink "> ←</ a > </ div >
209
+ < div v-if =" data.prev " class ="description-arrow "> < a v-bind:href ="prevLink "> ←</ a > </ div >
210
210
< div style ="padding: 10px; ">
211
211
< a v-if ="data.a.pr " v-bind:href ="prLink(data.a.pr) "> #{{data.a.pr}}</ a >
212
212
< span v-if ="data.a.date "> {{formatDate(data.a.date)}}</ span >
@@ -221,7 +221,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
221
221
< span v-if ="data.b.date "> {{formatDate(data.b.date)}}</ span >
222
222
(< a v-bind:href ="commitLink(data.b.commit) "> {{short(data.b)}}</ a > )
223
223
</ div >
224
- < div class ="description-arrow "> < a v-if =" data.next " v-bind:href ="nextLink "> →</ a > </ div >
224
+ < div v-if =" data.next " class ="description-arrow "> < a v-bind:href ="nextLink "> →</ a > </ div >
225
225
</ div >
226
226
</ div >
227
227
< div style ="display: flex; justify-content: center; ">
You can’t perform that action at this time.
0 commit comments