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
0130b68d
Commit
0130b68d
authored
May 26, 2017
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added pinterest and spotify back to the social media settings
parent
5c31f62b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
roomlist/accounts/templates/social/social_media_settings.html
...list/accounts/templates/social/social_media_settings.html
+31
-1
No files found.
roomlist/accounts/templates/social/social_media_settings.html
View file @
0130b68d
...
...
@@ -72,6 +72,20 @@
</div>
<br
/>
<div
class=
"row text-center"
>
<div
class=
"col-xs-6"
>
{% if accounts.pinterest %}
<a
href=
"{% url 'remove_social' request.user.username 'pinterest' %}"
>
<p><i
class=
"fa fa-check-square-o"
></i>
Verified!
</p>
</a>
<h4><i
class=
"fa fa-pinterest-p fa-2x"
></i></h4>
<h4>
Pinterest
</h4>
{% else %}
<a
href=
"{% provider_login_url 'pinterest' process='connect' %}"
>
<h4><i
class=
"fa fa-pinterest-p fa-2x"
></i></h4>
<h4>
Pinterest
</h4>
</a>
{% endif %}
</div>
<div
class=
"col-xs-6"
>
{% if accounts.tumblr %}
<a
href=
"{% url 'remove_social' request.user.username 'tumblr' %}"
>
...
...
@@ -86,6 +100,23 @@
</a>
{% endif %}
</div>
</div>
<br
/>
<div
class=
"row text-center"
>
<div
class=
"col-xs-6"
>
{% if accounts.spotify %}
<a
href=
"{% url 'remove_social' request.user.username 'spotify' %}"
>
<p><i
class=
"fa fa-check-square-o"
></i>
Verified!
</p>
</a>
<h4><i
class=
"fa fa-spotify fa-2x"
></i></h4>
<h4>
Spotify
</h4>
{% else %}
<a
href=
"{% provider_login_url 'spotify' process='connect' %}"
>
<h4><i
class=
"fa fa-spotify fa-2x"
></i></h4>
<h4>
Spotify
</h4>
</a>
{% endif %}
</div>
<div
class=
"col-xs-6"
>
{% if accounts.github %}
<a
href=
"{% url 'remove_social' request.user.username 'github' %}"
>
...
...
@@ -101,7 +132,6 @@
{% endif %}
</div>
</div>
<br
/>
</div>
</div>
</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