detail.component.html 174 Bytes
Newer Older
1 2 3 4 5 6 7
<div class="container">
  <h1 class="title">
    {{ 'PAGES.DETAIL.TITLE' | translate }}
  </h1>

  <a routerLink="/">{{ 'PAGES.DETAIL.BACK_TO_HOME' | translate }}</a>
</div>