Skip to content

Commit

Permalink
Merge pull request #1589 from aditya1702/aditya1702-development
Browse files Browse the repository at this point in the history
Displayed missing social links
  • Loading branch information
rafalkowalski committed Jul 12, 2016
2 parents 984576a + c28714c commit b71a975
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions open_event/templates/gentelella/guest/event/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@ <h4>Address</h4>
{% elif social_name == "google plus" %}
<i class="fa fa-google-plus-square fa-fw" style="color: #dd4b39"></i>
<a class="social-link" href="{{ social_link.link }}">Google +</a><br>
{% elif social_name == "github" %}
<i class="fa fa-github-square fa-fw"></i>
<a class="social-link" href="{{ social_link.link }}">Github</a><br>
{% elif social_name == "youtube" %}
<i class="fa fa-youtube-play fa-fw" style="color: #dd4b39"></i>
<a class="social-link" href="{{ social_link.link }}">Youtube</a><br>
{% elif social_name == "flickr" %}
<i class="fa fa-flickr fa-fw"></i>
<a class="social-link" href="{{ social_link.link }}">Flickr</a><br>
{% else %}
<i class="fa square-o fa-fw" style="color: #8d8d8d"></i>
<a class="social-link" href="{{ social_link.link }}">{{ social_link.name }}</a><br>
Expand Down

0 comments on commit b71a975

Please sign in to comment.