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
8d83cac2
Commit
8d83cac2
authored
Nov 11, 2015
by
Daniel W Bond
Browse files
linkification
parent
a3c8fcb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/templates/landing.html
View file @
8d83cac2
...
...
@@ -17,7 +17,7 @@
{% for student in roomies %}
<div
class=
"col-md-3"
>
<a
href=
"{{ student.get_absolute_url }}"
><img
class=
"img-circle img-responsive center center-block"
src=
"{% gravatar_url student.user.email 100 %}"
alt=
"{{ student.user.first_name }} Gravatar picture"
></img></a>
<h4>
{{ student.user.get_full_name }}
</h4>
<h4>
<a
href=
"{{ student.get_absolute_url }}"
>
{{ student.user.get_full_name }}
</
a></
h4>
<h5><a
href=
"{{ student.major.get_absolute_url }}"
><em>
{{ student.major }}
</em></a></h5>
</div>
{% empty %}
...
...
@@ -37,7 +37,7 @@
{% for student in floories %}
<div
class=
"col-md-3"
>
<a
href=
"{{ student.get_absolute_url }}"
><img
class=
"img-circle img-responsive center center-block"
src=
"{% gravatar_url student.user.email 100 %}"
alt=
"{{ student.user.first_name }} Gravatar picture"
></a>
<h4>
{{ student.
user.first_name
}}
{{ student.user.
last
_name }}
</h4>
<h4>
<a
href=
"
{{ student.
get_absolute_url
}}
"
>
{{ student.user.
get_full
_name }}
</
a></
h4>
<h5><a
href=
"{{ student.major.get_absolute_url }}"
><em>
{{ student.major }}
</em></a></h5>
<h5><a
href=
"{{ student.room.get_absolute_url }}"
>
{{ student.room }}
</h5></a>
</div>
...
...
@@ -56,7 +56,7 @@
{% for student in majormates %}
<div
class=
"col-md-3"
>
<a
href=
"{{ student.get_absolute_url }}"
><img
class=
"img-circle img-responsive center center-block"
src=
"{% gravatar_url student.user.email 100 %}"
alt=
"{{ student.user.first_name }} Gravatar picture"
></a>
<h4>
{{ student.
user.first
_name }}
{{ student.user.
last
_name }}
</h4>
<h4>
<a
href=
"
{{ student.
get_full
_name }}
"
>
{{ student.user.
get_full
_name }}
</
a></
h4>
</div>
{% empty %}
<h4>
There are no other students registered in your major right now.
</h4>
...
...
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