Skip to content

Commit

Permalink
use jquery-plugin to load github user's activities into his page
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobarreto committed Jan 17, 2012
1 parent 118c060 commit a70056d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/members/templates/show_member.html
Expand Up @@ -83,9 +83,8 @@ <h3>Participações:</h3>
{% endif %}
{% if member.github %}
<div class="github_activities">
<span id="github_feed" hidden>{{ member.github_feed }}</span>
<a href="{{ member.github_feed }}" target="_blank">
<p><span class="text_highlight" hidden>Atividades no Github:</span></p>
<script> $('div.github_activities').activities({ 'username': '{{ member.github }}', 'hide_username': true }); </script>
</a>
<ul class="activities">
</ul>
Expand Down

0 comments on commit a70056d

Please sign in to comment.