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
f0165d96
Commit
f0165d96
authored
Feb 21, 2015
by
Daniel W Bond
Browse files
added bolding
parent
a30558c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
roomlist/housing/templates/detail_floor.html
View file @
f0165d96
...
...
@@ -20,9 +20,9 @@
{% 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"
>
<h4><a
href=
"#"
>
{{ student.user.first_name }} {{ student.user.last_name }}
</a></h4>
<h4><a
href=
"#"
>
<strong>
{{ student.user.first_name }} {{ student.user.last_name }}
</
strong></
a></h4>
<h5><em>
{{ student.major.name }}
</em></h5>
<h5><
strong><
a
href=
"#"
>
{{ student.room }}
</a></
strong></
h5>
<h5><a
href=
"#"
>
{{ student.room }}
</a></h5>
</div>
{% endfor %}
</div>
...
...
roomlist/housing/templates/detail_room.html
View file @
f0165d96
...
...
@@ -17,7 +17,7 @@
{% 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"
>
<h4><a
href=
"#"
>
{{ student.user.first_name }} {{ student.user.last_name }}
</a></h4>
<h4><a
href=
"#"
>
<strong>
{{ student.user.first_name }} {{ student.user.last_name }}
</
strong></
a></h4>
<h5><em>
{{ student.major.name }}
</em></h5>
</div>
{% endfor %}
...
...
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