Copy link is now a button
This commit is contained in:
parent
806ce74234
commit
f5848e8670
|
@ -318,10 +318,10 @@
|
||||||
% if (!defined stash('invitation')) {
|
% if (!defined stash('invitation')) {
|
||||||
<footer class="card-footer is-align-items-center">
|
<footer class="card-footer is-align-items-center">
|
||||||
<a href="#" class="card-footer-item action-copy">
|
<a href="#" class="card-footer-item action-copy">
|
||||||
<span class="icon-text is-justify-content-center">
|
<button class="icon-text is-justify-content-center">
|
||||||
<span class="icon fas fa-copy" aria-hidden="true"></span>
|
<span class="icon fas fa-copy" aria-hidden="true"></span>
|
||||||
<span class="text"><%= l('Copy link') %></span>
|
<span class="text"><%= l('Copy link') %></span>
|
||||||
</span>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
<a href="#" class="card-footer-item action-download">
|
<a href="#" class="card-footer-item action-download">
|
||||||
<span class="icon-text is-justify-content-center">
|
<span class="icon-text is-justify-content-center">
|
||||||
|
|
Loading…
Reference in New Issue