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
Christopher M Reffett
go
Commits
8e1f9ce8
Commit
8e1f9ce8
authored
Mar 31, 2014
by
Jean Michel Rouly
Browse files
Added qr code placeholder
parent
09c82a7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/templates/link_box.html
View file @
8e1f9ce8
{% load go_extras %}
{% load qr_tags %}
<div
class=
"link-box"
>
<p>
...
...
@@ -15,7 +16,7 @@
<strong>
Expires:
</strong>
{{url.expires|default_if_none:"Never"}}
<br
/>
<strong>
QR Code:
</strong>
{{qr
code
}}
<strong>
QR Code:
</strong>
{{qr
_from_text url.short 150
}}
<br
/>
<strong>
...
...
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