--- a/server/src/main/webapp/WEB-INF/templates/projectIndex.html Thu Jun 05 18:15:52 2014 +0200
+++ b/server/src/main/webapp/WEB-INF/templates/projectIndex.html Thu Jun 12 16:27:35 2014 +0200
@@ -69,6 +69,7 @@
<th th:text="#{renkanIndex.project_copy}">Copy</th>
<th th:text="#{renkanIndex.project_delete}">Del.</th>
<th th:text="#{renkanIndex.project_render}">View</th>
+ <th th:text="#{renkanIndex.project_export}">Export</th>
</tr>
</thead>
<tbody>
@@ -80,6 +81,7 @@
<td><a href="#" th:text="#{renkanIndex.project_copy_link}" th:attr="data-project_id=${project.id}" class="copy-project">Copy project</a></td>
<td><a href="#" th:text="#{renkanIndex.project_delete_link}" th:attr="data-project_id=${project.id},data-project_title=${project.title}" class="delete-project">Delete project</a></td>
<td><a href="#" th:href="@{'/p/pub/'+${project.id}(cowebkey=${project.getKey(1)})}" th:text="#{renkanIndex.project_render_link}">View project</a></td>
+ <td><a href="#" th:href="@{'/p/exp/'+${project.id}}" th:text="#{renkanIndex.project_export_link}">Export project</a></td>
</tr>
</tbody>
</table>