mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:55:15 +03:00
Change button text on package-detail
This commit is contained in:
parent
eefc995bd5
commit
7c7cd90bc1
|
@ -23,6 +23,12 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
|
||||
document.getElementById("detail-btn-large").innerHTML = "View Package.yml";
|
||||
|
||||
</script>
|
||||
|
||||
<!-- Copy to clipboard field -->
|
||||
|
||||
<section>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<a target="_blank" href="{{- . -}}">
|
||||
<button class="detail-btn-large"><i class="icon-enter-arrow"></i>VIEW ALL DETAILS</button>
|
||||
</a>
|
||||
<button class="detail-btn-large" id="detail-btn-large"><i class="icon-enter-arrow"></i>VIEW ALL DETAILS</button>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue