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
fecbf404
Commit
fecbf404
authored
Sep 18, 2016
by
David Haynes
Browse files
Modify sizes again
- now with the max number of pixels!
parent
44f776ef
Pipeline
#354
passed with stage
in 3 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/link_box.html
View file @
fecbf404
...
@@ -83,11 +83,10 @@
...
@@ -83,11 +83,10 @@
{% endwith %}
{% endwith %}
{% 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=268x268&chl={{ qr_url }}"
target=
"_blank"
>
Small (120x120)
</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=383x383&chl={{ qr_url }}"
target=
"_blank"
>
Medium (230x230)
</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=547x547&chl={{ qr_url }}"
target=
"_blank"
>
Large (350x350)
</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