fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
apps/wiki/templates/wiki/chunk_list_item.html
@@ -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>