--- 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>