aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/button-markup.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-28 15:23:17 +0200
committerChocobozzz <me@florianbigard.com>2021-05-28 15:23:17 +0200
commit630421392314a4d78506f060055c754dfddf220b (patch)
tree7365327d5a95350c6cc1f78f6adede70793e053f /client/src/app/shared/shared-custom-markup/button-markup.component.html
parent5351a0584f528e4ddb9c3c99329ba88e0ca8288e (diff)
downloadPeerTube-630421392314a4d78506f060055c754dfddf220b.tar.gz
PeerTube-630421392314a4d78506f060055c754dfddf220b.tar.zst
PeerTube-630421392314a4d78506f060055c754dfddf220b.zip
Support peertube button in custom markup
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/button-markup.component.html')
-rw-r--r--client/src/app/shared/shared-custom-markup/button-markup.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-custom-markup/button-markup.component.html b/client/src/app/shared/shared-custom-markup/button-markup.component.html
new file mode 100644
index 000000000..619bb9d8c
--- /dev/null
+++ b/client/src/app/shared/shared-custom-markup/button-markup.component.html
@@ -0,0 +1 @@
<a [href]="href" [ngClass]="getClasses()" [target]="getTarget()">{{ label }}</a>