1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/frontend/app/gallery/directory/directory.gallery.component.html

6 lines
144 B
HTML
Raw Normal View History

2016-12-26 23:36:38 +01:00
<a class="button btn btn-default" [routerLink]="['/gallery', getDirectoryPath()]"
2016-05-15 18:52:07 +02:00
style="display: inline-block;">
{{directory.name}}
2016-04-24 20:56:54 +02:00
</a>