summaryrefslogtreecommitdiff
path: root/_includes/git-wiki
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-01-08 02:45:32 +0100
committerGitHub <noreply@github.com>2019-01-08 02:45:32 +0100
commit3cf1542b26ff7c34345551e02c09732a697eba5a (patch)
tree3105d630bab9766dd19042359788f1e1c0558245 /_includes/git-wiki
parent1e74644e40b4dd5bbb8ad2382a40aa0298e447a2 (diff)
downloadwiki-3cf1542b26ff7c34345551e02c09732a697eba5a.tar.gz
wiki-3cf1542b26ff7c34345551e02c09732a697eba5a.tar.bz2
wiki-3cf1542b26ff7c34345551e02c09732a697eba5a.zip
added delete action button
Diffstat (limited to '_includes/git-wiki')
-rw-r--r--_includes/git-wiki/components/action_btn/page_actions.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/_includes/git-wiki/components/action_btn/page_actions.html b/_includes/git-wiki/components/action_btn/page_actions.html
index 08c6e6f..03f1d85 100644
--- a/_includes/git-wiki/components/action_btn/page_actions.html
+++ b/_includes/git-wiki/components/action_btn/page_actions.html
@@ -8,6 +8,7 @@
<span class="tools-element"><a target="_blank" href="{{ site.github.repository_url }}/new/{{site.git_branch}}?filename={{ site.wiki_folder | default: 'wiki' }}/">Add
new</a></span>
<span class="tools-element"><a target="_blank" href="{{ site.github.repository_url }}/edit/{{site.git_branch}}/{{page.path}}">Edit</a></span>
+ <span class="tools-element"><a target="_blank" href="{{ site.github.repository_url }}/delete/{{site.git_branch}}/{{page.path}}">Delete</a></span>
<span class="tools-element"><a target="_blank" href="{{ site.github.repository_url }}/commits/{{site.git_branch}}/{{page.path}}">History</a></span>
<span class="tools-element"><a target="_blank" href="{{ site.github.repository_url }}/blob/{{site.git_branch}}/{{page.path}}">Source</a></span>
{% if site.blog_feature %}
@@ -26,4 +27,4 @@
{% endif %}
{% endif %}
{% endif %}
-</div> \ No newline at end of file
+</div>