Skip to content
Snippets Groups Projects
Commit 8a3962c8 authored by Lukas Maruniak's avatar Lukas Maruniak
Browse files

Added references

parent 66448064
No related merge requests found
...@@ -32,11 +32,11 @@ ...@@ -32,11 +32,11 @@
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<!-- <tr th:each="ref: ${references}">--> <tr th:each="ref: ${references}">
<!-- <td th:text="${ref.id}"></td>--> <td th:text="${ref.id}"></td>
<!-- <td th:text="${ref.title}"></td>--> <td th:text="${ref.title}"></td>
<!-- <td th:text="${ref.link}"></td>--> <td><a th:href="@{'/api/document/' + ${ref.id}}" th:text="${ref.title}"></a></td>
<!-- </tr>--> </tr>
</tbody> </tbody>
</table> </table>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment