1
0
Fork 0
peertube/client/src/app/header/header.component.html

7 lines
279 B
HTML
Raw Normal View History

<my-search-typeahead class="w-100 d-flex justify-content-center"></my-search-typeahead>
2017-04-21 09:06:33 +00:00
2020-11-10 13:24:32 +00:00
<a class="publish-button" routerLink="/videos/upload">
<my-global-icon iconName="upload" aria-hidden="true"></my-global-icon>
2020-11-10 13:24:32 +00:00
<span i18n class="publish-button-label">Publish</span>
2017-12-01 12:08:46 +00:00
</a>