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
b5ecf099
Commit
b5ecf099
authored
Sep 04, 2014
by
Chris Reffett
Browse files
Bootstrapify view page
parent
9a8a5e2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/go/templates/view.html
View file @
b5ecf099
...
@@ -2,16 +2,27 @@
...
@@ -2,16 +2,27 @@
{% block title %}
{% block title %}
Go -
Success
Go -
Link View
{% endblock %}
{% endblock %}
{% block content %}
{% block content %}
{% if url %}
<div
class=
"page-header"
id=
"banner"
>
{% include 'link_box.html' %}
<div
class=
"row"
>
{% else %}
<div
class=
"col-md-12"
>
<p>
Nothing here.
</p>
<h1><strong>
Link View
</strong></h1>
{% endif %}
</div>
</div>
</div>
<div
class=
"row"
>
{% if url %}
{% include 'link_box.html' %}
{% else %}
<div
class=
"col-md-12"
>
<p>
Nothing here.
</p>
</div>
{% endif %}
{% endblock %}
{% endblock %}
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