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
roomlist
Commits
f1a95eae
Commit
f1a95eae
authored
Feb 22, 2015
by
Daniel W Bond
Browse files
spacing between large lists of buildings
parent
a5f87787
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/housing/templates/list_buildings.html
View file @
f1a95eae
...
...
@@ -7,36 +7,48 @@ SRCT RoomList • Homepage
<div
class=
"page-header"
id=
"banner"
>
<div
class=
"row"
>
<div
class=
"col-lg-12 text-center"
>
<h1><strong>
GMU
</strong>
ROOMLIST
</h1>
<h1><strong>
SRCT
</strong>
ROOMLIST
</h1>
<p
class=
"lead"
><strong>
Buildings
</strong></p>
</div>
</div>
</div>
<legend><strong>
Rappahannock
</strong></legend>
<legend><strong>
<a
name=
"
Rappahannock
"
href=
"#Rappahannock"
>
Rappahannock
</a>
</strong></legend>
<div
class=
"row"
>
{% for building in rappahannock %}
<div
class=
"col-sm-3 text-center"
>
<a
href=
"{{ building.get_absolute_url }}"
class=
"btn btn-primary btn-lg btn-block"
>
{{ building.name }}
</a>
</div>
<div
class=
"col-sm-3 text-center"
>
<a
href=
"{{ building.get_absolute_url }}"
class=
"btn btn-primary btn-lg btn-block"
>
{{ building.name }}
</a>
</div>
{% if forloop.counter|divisibleby:4 %}
</div>
<br
/>
<div
class=
"row"
>
{% endif %}
{% endfor %}
</div>
<br
/>
<legend><strong>
Shenandoah
</strong></legend>
<legend><strong>
<a
name =
"Shenandoah"
href=
"#Shenandoah"
>
Shenandoah
</a>
</strong></legend>
<div
class=
"row"
>
{% for building in shenandoah %}
<div
class=
"col-sm-3 text-center"
>
<a
href=
"{{ building.get_absolute_url }}"
class=
"btn btn-primary btn-lg btn-block"
>
{{ building.name }}
</a>
</div>
<div
class=
"col-sm-3 text-center"
>
<a
href=
"{{ building.get_absolute_url }}"
class=
"btn btn-primary btn-lg btn-block"
>
{{ building.name }}
</a>
</div>
{% if forloop.counter|divisibleby:4 %}
</div>
<br
/>
<div
class=
"row"
>
{% endif %}
{% endfor %}
</div>
<br
/>
<legend><strong>
Aquia
</strong></legend>
<legend><strong><a
name=
"Aquia"
href=
"#Aquia"
>
Aquia
</a></strong></legend>
<div
class=
"row"
>
</div>
{% 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