diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showstream.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 8e4933d40..56f673723 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -172,7 +172,8 @@ class ShowstreamAction extends StreamAction { function show_remote_subscribe_link($profile) { $url = common_local_url('remotesubscribe', array('nickname' => $profile->nickname)); - common_element('a', array('href' => $url), + common_element('a', array('href' => $url, + 'class' => 'remotesubscribe'), _t('Subscribe')); } |