1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/gallery/directory/directory.gallery.component.html

6 lines
144 B
HTML
Raw Normal View History

2016-12-27 06:36:38 +08:00
<a class="button btn btn-default" [routerLink]="['/gallery', getDirectoryPath()]"
2016-05-16 00:52:07 +08:00
style="display: inline-block;">
{{directory.name}}
2016-04-25 02:56:54 +08:00
</a>