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
16290ecb
Commit
16290ecb
authored
Feb 27, 2016
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added support for actually viewing tumblr and github on the student page
parent
a4301c4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
roomlist/accounts/templates/detailStudent.html
roomlist/accounts/templates/detailStudent.html
+18
-0
No files found.
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