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