Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roomlist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
roomlist
Commits
354ba1dc
Commit
354ba1dc
authored
Nov 11, 2015
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
students now on separate rows
parent
30843686
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
roomlist/housing/templates/detail_floor.html
roomlist/housing/templates/detail_floor.html
+5
-1
roomlist/housing/templates/detail_room.html
roomlist/housing/templates/detail_room.html
+5
-0
No files found.
roomlist/housing/templates/detail_floor.html
View file @
354ba1dc
...
...
@@ -23,7 +23,6 @@
{% load gravatar %}
<div
class=
"row"
>
{% for student in students %}
<div
class=
"col-sm-3 text-center"
>
<img
class=
"img-circle img-responsive center center-block"
src=
"{% gravatar_url student.user.email 100 %}"
alt=
"{{ student.user.first_name }} Gravatar picture"
>
...
...
@@ -34,6 +33,11 @@
<p><em>
*a number of other floormates say this info is incorrect
</em></p>
{% endif %}
</div>
{% if forloop.counter|divisibleby:4 %}
</div>
<br
/>
<div
class=
"row"
>
{% endif %}
{% endfor %}
</div>
...
...
roomlist/housing/templates/detail_room.html
View file @
354ba1dc
...
...
@@ -34,6 +34,11 @@
<p><em>
* a number of other floormates say this info is incorrect
</em></p>
{% endif %}
</div>
{% if forloop.counter|divisibleby:4 %}
</div>
<br
/>
<div
class=
"row"
>
{% endif %}
{% endfor %}
</div>
...
...
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