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
a72ce6b7
Commit
a72ce6b7
authored
Oct 27, 2016
by
Daniel W Bond
Browse files
added spotify link and profile name to student profile page
parent
dc7c0073
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/detailStudent.html
View file @
a72ce6b7
...
...
@@ -171,6 +171,18 @@
</tr>
{% endif %}
{% if accounts.spotify and shares %}
<tr>
<td>
<h4><i
class=
"fa fa-spotify fa-lg"
></i></h4>
</td>
<td>
<h4><a
href=
"{{ accounts.spotify.0.extra_data.external_urls.spotify }}"
target=
"_blank"
>
{{ accounts.spotify.0.extra_data.id }}
</a></h4>
</td>
</tr>
{% endif %}
{% if accounts.github and shares %}
<tr>
<td>
...
...
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