diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-11 22:54:46 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-24 16:36:03 -0800 |
commit | 61f71a4a597bb2eab2b56a80a71e867c1539739d (patch) | |
tree | 0f3c70b01d5f30f0f3c4ff4325963cf4526af8b0 /actions/apps.php | |
parent | 4fb9b43aa2c174e0b5ac3e260cafd2b5fcfa9368 (diff) |
Updated markup for application registration and view links
Diffstat (limited to 'actions/apps.php')
-rw-r--r-- | actions/apps.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/actions/apps.php b/actions/apps.php index e6500599f..7c7b24570 100644 --- a/actions/apps.php +++ b/actions/apps.php @@ -114,13 +114,16 @@ class AppsAction extends SettingsAction } } + $this->elementStart('p', array('id' => 'application_register')); $this->element('a', array('href' => common_local_url( 'newapplication', array('nickname' => $user->nickname) - ) + ), + 'class' => 'more' ), - 'Register a new application ยป'); + 'Register a new application'); + $this->elementEnd('p'); $this->pagination( $this->page > 1, |