Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
df08422b
Commit
df08422b
authored
Apr 08, 2016
by
David Haynes
🙆
Browse files
delete button works now
- simple refrence to delete url
parent
28e27979
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/link_box.html
View file @
df08422b
...
...
@@ -45,7 +45,7 @@
<br></br>
<a
class=
"button btn btn-info btn-sm"
href=
"#"
>
<i
class=
"fa fa-cog"
></i>
Edit
</a>
<a
class=
"button btn btn-danger btn-sm"
href=
"
#
"
>
<a
class=
"button btn btn-danger btn-sm"
href=
"
{{domain}}delete/{{url.short}}
"
>
<i
class=
"fa fa-trash-o fa-lg"
></i>
Delete
</a>
{% endif %}
<br></br>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment