diff options
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.html | 1 |
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> | |||