Skip to content

Commit

Permalink
81-remote-subscription-links
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Jun 17, 2009
1 parent f2d7b27 commit cfecb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/omb/views/subscriptions/_followers.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3><?php echo $si->nickname; ?>
&nbsp;(<?php echo $si->fullname; ?>)
<?php endif; ?></h3>

<p><a class="subs-astyle" href="<?php echo $request->url_for(array('resource'=>$si->nickname)); ?>"><img class="subs-img" src="<?php echo $si->avatar; ?>"></a>
<p><a class="subs-astyle" href="<?php if (!empty($si->profile_url)) echo $si->profile_url; else echo $si->profile; ?>"><img class="subs-img" src="<?php echo $si->avatar; ?>"></a>
</p>


Expand Down

0 comments on commit cfecb1c

Please sign in to comment.