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
c09fcfd0
Commit
c09fcfd0
authored
Nov 11, 2015
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added links to student majors on room and floor pages
parent
87fe8fad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
roomlist/housing/templates/detail_floor.html
roomlist/housing/templates/detail_floor.html
+1
-1
roomlist/housing/templates/detail_room.html
roomlist/housing/templates/detail_room.html
+1
-1
No files found.
roomlist/housing/templates/detail_floor.html
View file @
c09fcfd0
...
...
@@ -28,7 +28,7 @@
<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"
>
<h4><a
href=
"{{ student.get_absolute_url }}"
><strong>
{{ student.user.first_name }} {{ student.user.last_name }}
</strong></a></h4>
<h5><
em>
{{ student.major.name }}
</em
></h5>
<h5><
a
href=
"{{ student.major.get_absolute_url }}"
><em>
{{ student.major.name }}
</em></a
></h5>
<h5><a
href=
"{{ student.room.get_absolute_url }}"
>
{{ student.room }}
</a></h5>
{% if student.get_flag_count %}
<p><em>
*a number of other floormates say this info is incorrect
</em></p>
...
...
roomlist/housing/templates/detail_room.html
View file @
c09fcfd0
...
...
@@ -29,7 +29,7 @@
<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"
>
<h4><a
href=
"{{ student.get_absolute_url }}"
><strong>
{{ student.user.first_name }} {{ student.user.last_name }}
</strong></a></h4>
<h5><
em>
{{ student.major.name }}
</em
></h5>
<h5><
a
href=
"{{ student.major.get_absolute_url }}"
><em>
{{ student.major.name }}
</em></a
></h5>
{% if student.get_flag_count > 4 %}
<p><em>
* a number of other floormates say this info is incorrect
</em></p>
{% endif %}
...
...
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