diff options
author | Friendika <info@friendika.com> | 2011-01-02 14:30:17 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-02 14:30:17 -0800 |
commit | b3f39aa2b09f025c3eb3ecb269b86681e775bc43 (patch) | |
tree | db2926ba9626aa40fd67496bcb9adfe4cbf9a4c5 /view/profile_entry.tpl | |
parent | c907c22edac95552958c7c070cd77420b032e9d0 (diff) | |
download | volse-hubzilla-b3f39aa2b09f025c3eb3ecb269b86681e775bc43.tar.gz volse-hubzilla-b3f39aa2b09f025c3eb3ecb269b86681e775bc43.tar.bz2 volse-hubzilla-b3f39aa2b09f025c3eb3ecb269b86681e775bc43.zip |
alt profiles not clickable
Diffstat (limited to 'view/profile_entry.tpl')
-rw-r--r-- | view/profile_entry.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile_entry.tpl b/view/profile_entry.tpl index db28c0a8f..5c6952af6 100644 --- a/view/profile_entry.tpl +++ b/view/profile_entry.tpl @@ -4,7 +4,7 @@ <a href="profiles/$id" class="profile-listing-edit-link"><img class="profile-listing-photo" id="profile-listing-photo-$id" src="$photo" alt="Profile Image" /></a> </div> <div class="profile-listing-photo-end"></div> -<div class="profile-listing-name" id="profile-listing-name-$id">$profile_name</div> +<div class="profile-listing-name" id="profile-listing-name-$id"><a href="profiles/$id" class="profile-listing-edit-link" >$profile_name</a></div> </div> <div class="profile-listing-end"></div> |