assigning tickets, new ui
[redakcja.git] / apps / wiki / templates / wiki / chunk_list_item.html
diff --git a/apps/wiki/templates/wiki/chunk_list_item.html b/apps/wiki/templates/wiki/chunk_list_item.html
new file mode 100755 (executable)
index 0000000..bec9e75
--- /dev/null
@@ -0,0 +1,9 @@
+<tr>
+    <td colspan="3">
+        <a target="_blank"
+        href="{% url wiki_chunk_edit chunk.book.slug chunk.slug %}">[?]</a>
+        <a target="_blank"
+                href="{{ chunk.get_absolute_url }}">
+                {{ chunk.pretty_name }}</a>
+    </td>
+</tr>