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
0497d330
Commit
0497d330
authored
Oct 13, 2016
by
Zosman
Browse files
Draft 2 complete
parent
ad0e0d27
Pipeline
#384
passed with stage
in 4 minutes and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
go/go/templates/link_box.html
View file @
0497d330
...
...
@@ -66,12 +66,8 @@
<h4
class=
"modal-title"
style=
"font-weight:bold"
>
Are you sure you would like to
<a
style=
"color:red"
>
delete
</a>
{{domain}}{{url.short}}
</h4>
</div>
<div
class=
"modal-body"
style=
"padding-bottom: 80px"
>
<a
type=
"button"
class=
"btn btn-success btn-lg btn-block"
href=
"{{domain}}delete/{{url.short}}"
style=
"padding-bottom: 10px"
>
Yes
</a>
<a
type=
"button"
class=
"btn btn-danger btn-lg btn-block"
style=
"float:right;"
data-dismiss=
"modal"
>
No
</a>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
Cancel
</button>
<a
type=
"button"
class=
"btn btn-success btn-lg"
href=
"{{domain}}delete/{{url.short}}"
style=
"float:left; width:45%;"
>
Yes, I'm Sure
</a>
<a
type=
"button"
class=
"btn btn-danger btn-lg"
style=
"float:right; width:45%"
data-dismiss=
"modal"
>
Cancel
</a>
</div>
</div>
...
...
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