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
44f776ef
Commit
44f776ef
authored
Sep 18, 2016
by
David Haynes
Browse files
_blank those qr codes up
- it's annoying when I click on something and it doesn't go in a tab when it should grr
parent
7889ce51
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/link_box.html
View file @
44f776ef
...
@@ -85,9 +85,9 @@
...
@@ -85,9 +85,9 @@
{% with the_url|add:"?qr" as qr_url %}
{% with the_url|add:"?qr" as qr_url %}
<pre>
<pre>
<strong>
QR Downloads:
</strong>
<strong>
QR Downloads:
</strong>
<a
href=
"http://chart.googleapis.com/chart?cht=qr&chs=156x156&chl={{ qr_url }}"
>
Small (156x156)
</a>
<a
href=
"http://chart.googleapis.com/chart?cht=qr&chs=156x156&chl={{ qr_url }}"
target=
"_blank"
>
Small (156x156)
</a>
<a
href=
"http://chart.googleapis.com/chart?cht=qr&chs=322x322&chl={{ qr_url }}"
>
Medium (322x322)
</a>
<a
href=
"http://chart.googleapis.com/chart?cht=qr&chs=322x322&chl={{ qr_url }}"
target=
"_blank"
>
Medium (322x322)
</a>
<a
href=
"http://chart.googleapis.com/chart?cht=qr&chs=522x522&chl={{ qr_url }}"
>
Large (522x522)
</a>
<a
href=
"http://chart.googleapis.com/chart?cht=qr&chs=522x522&chl={{ qr_url }}"
target=
"_blank"
>
Large (522x522)
</a>
</pre>
</pre>
{% endwith %}
{% endwith %}
...
...
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