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
a1eb1914
Commit
a1eb1914
authored
Oct 19, 2016
by
Robert Hitt
Browse files
Changed url href to match master
parent
6ec0656e
Pipeline
#393
passed with stage
in 4 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/link_box.html
View file @
a1eb1914
...
...
@@ -7,7 +7,7 @@
<div
class=
"col-md-8"
>
<h3>
Go Address:
</h3>
<div
id=
"link-container"
class=
"input-group"
>
<a
id=
"link"
class=
"form-control"
href=
"{{url.short}}"
>
{{domain}}{{url.short}}
</a>
<a
id=
"link"
class=
"form-control"
href=
"{{
domain}}{{
url.short}}"
>
{{domain}}{{url.short}}
</a>
<div
id=
"button-container"
class=
"input-group-addon"
>
<button
id=
"copy-button"
type=
"button"
class=
"button btn btn-default btn-xs fa"
role=
"button"
data-clipboard-target=
"#link"
title=
"Copy to Clipboard"
>
...
...
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