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
7b829ef2
Commit
7b829ef2
authored
Nov 17, 2015
by
Ananya Dhawan
Browse files
issue 51: limited social media privacy to room privacy
parent
d81fc962
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/accounts/templates/detailStudent.html
View file @
7b829ef2
...
...
@@ -103,7 +103,7 @@
<h4><i
class=
"fa fa-facebook fa-lg"
></i></h4>
</td>
<td
class=
"col-md-8"
>
{% if accounts.facebook %}
<h4><a
href=
"https://facebook.com/{{ accounts.facebook.0.uid }}"
target=
"_blank"
>
Facebook account
</a></h4>
{% else %}
<h4>
—
</h4>
{% endif %}
{% if accounts.facebook
and shares
%}
<h4><a
href=
"https://facebook.com/{{ accounts.facebook.0.uid }}"
target=
"_blank"
>
Facebook account
</a></h4>
{% else %}
<h4>
—
</h4>
{% endif %}
</td>
</tr>
...
...
@@ -111,7 +111,7 @@
<td>
<h4><i
class=
"fa fa-google fa-lg"
></i></h4>
</td>
<td>
{% if accounts.google %}
<h4><a
href=
"https://plus.google.com/{{ accounts.google.0.uid }}"
target=
"_blank"
>
Google+ account
</a></h4>
{% else %}
<h4>
—
</h4>
{% endif %}
<td>
{% if accounts.google
and shares
%}
<h4><a
href=
"https://plus.google.com/{{ accounts.google.0.uid }}"
target=
"_blank"
>
Google+ account
</a></h4>
{% else %}
<h4>
—
</h4>
{% endif %}
</td>
</tr>
...
...
@@ -120,7 +120,7 @@
<h4><i
class=
"fa fa-twitter fa-lg"
></i></h4>
</td>
<td>
{% if accounts.twitter %}
<h4><a
href=
"https://twitter.com/{{ accounts.twitter.0.extra_data.screen_name }}"
target=
"_blank"
>
@{{ accounts.twitter.0.extra_data.screen_name }}
</a></h4>
{% else %}
<h4>
—
</h4>
{% endif %}
{% if accounts.twitter
and shares
%}
<h4><a
href=
"https://twitter.com/{{ accounts.twitter.0.extra_data.screen_name }}"
target=
"_blank"
>
@{{ accounts.twitter.0.extra_data.screen_name }}
</a></h4>
{% else %}
<h4>
—
</h4>
{% endif %}
</td>
</tr>
...
...
@@ -129,7 +129,7 @@
<h4><i
class=
"fa fa-instagram fa-lg"
></i></h4>
</td>
<td>
{% if accounts.instagram %}
<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 %}
{% 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>
</tbody>
...
...
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