cms/app-client/app/templates/components/notice-component.hbs
changeset 416 6e6b7363f45f
parent 339 766af1228b05
child 433 65e357e5eecb
--- a/cms/app-client/app/templates/components/notice-component.hbs	Mon Nov 14 15:02:15 2016 +0100
+++ b/cms/app-client/app/templates/components/notice-component.hbs	Mon Nov 14 15:34:33 2016 +0100
@@ -1,5 +1,5 @@
-<h2>Notice</h2>
-<h3>{{ item.title }}</h3>
+<h2>{{ item.title }}</h2>
+<h5>{{#link-to "document" item.id (query-params) class="notice-permalink" target="blank"}}permalien{{/link-to}}</h5>
 <table>
 <tr>
 	<td class="title">Editeur{{#if (if-operator item.publishers.length '>' 1)}}s{{/if}}</td>