-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIncluding.html.rej
More file actions
40 lines (32 loc) · 837 Bytes
/
Including.html.rej
File metadata and controls
40 lines (32 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
*** /dev/null
--- /dev/null
***************
*** 340,348 ****
<li>
! <button onclick="window.print()"
class="btn btn-sm btn-download-pdf-button dropdown-item"
! title="Print to PDF"
data-bs-placement="left" data-bs-toggle="tooltip"
>
--- 340,348 ----
<li>
! <a href="_static/fandango.pdf" target="_blank"
class="btn btn-sm btn-download-pdf-button dropdown-item"
! title="Download PDF"
data-bs-placement="left" data-bs-toggle="tooltip"
>
***************
*** 351,357 ****
<i class="fas fa-file-pdf"></i>
</span>
<span class="btn__text-container">.pdf</span>
! </button>
</li>
</ul>
--- 351,357 ----
<i class="fas fa-file-pdf"></i>
</span>
<span class="btn__text-container">.pdf</span>
! </a>
</li>
</ul>