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
16290ecb
Commit
16290ecb
authored
Feb 27, 2016
by
Daniel W Bond
Browse files
added support for actually viewing tumblr and github on the student page
parent
a4301c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/detailStudent.html
View file @
16290ecb
...
...
@@ -143,6 +143,24 @@
{% if accounts.instagram and shares %}
<h4><a
href=
"https://instagram.com/{{ accounts.instagram.0.extra_data.username }}"
target=
"_blank"
>
@{{ accounts.instagram.0.extra_data.username }}
</a></h4>
{% else %}
<h4>
—
</h4>
{% endif %}
</td>
</tr>
<tr>
<td>
<h4><i
class=
"fa fa-tumblr fa-lg"
></i></h4>
</td>
<td>
{% if accounts.tumblr and shares %}
<h4><a
href=
"https://{{ accounts.tumblr.0.extra_data.name }}.tumblr.com"
target=
"_blank"
>
@{{ accounts.tumblr.0.extra_data.name }}
</a></h4>
{% else %}
<h4>
—
</h4>
{% endif %}
</td>
</tr>
<tr>
<td>
<h4><i
class=
"fa fa-github fa-lg"
></i></h4>
</td>
<td>
{% if accounts.github and shares %}
<h4><a
href=
"https://github.com/{{ accounts.github.0.extra_data.login }}"
target=
"_blank"
>
{{ accounts.github.0.extra_data.login }}
</a></h4>
{% else %}
<h4>
—
</h4>
{% endif %}
</td>
</tr>
</tbody>
</table>
</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