Skip to content
Snippets Groups Projects
Commit 4b44e46e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed a minor issue

parent d62fadd1
Branches
No related tags found
No related merge requests found
......@@ -12,6 +12,13 @@
</div>
{{if .IsMine}}
<div class="description fake-input" contenteditable="true" placeholder="Description" data-multiline>{{.Image.Description}}</div>
<div class="actions">
<form class="delete-form" method="post">
<input type="hidden" name="action" value="delete">
<input type="hidden" name="id" value="{{.Image.Id}}">
<input type="submit" value="Delete">
</form>
</div>
{{else}}
<div class="description">{{.Image.Description}}</div>
{{end}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment