remvoe the wrong publish button,
[redakcja.git] / apps / wiki / templates / wiki / tabs / summary_view.html
index 53e6cdf..bcea34d 100644 (file)
@@ -10,6 +10,8 @@
                        <span data-ui-editable="true" data-edit-target="meta.displayTitle"
                        >{{ chunk.pretty_name }}</span>
                </h2>
+        <p><a href="{{ chunk.book.get_absolute_url }}">{% trans "Go to the book's page" %}</a>
+        </p>
                <p>
                        <label>{% trans "Document ID" %}:</label>
                        <span>{{ chunk.book.slug }}/{{ chunk.slug }}</span>
@@ -30,7 +32,5 @@
                    <label>{% trans "Characters in document" %}:</label>
                    <span id="charcount"></span> (<span id="charcount_pages"></span> {% trans "pages" %}<span id="charcount_untagged">, {% trans "untagged" %}</span>)
                </p>
-
-               <p><button type="button" id="publish_button">{% trans "Publish" %}</button></p>
        </div>
 </div>