summaryrefslogtreecommitdiff
path: root/actions/showapplication.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-11 22:54:46 +0000
committerZach Copley <zach@status.net>2010-01-24 16:36:03 -0800
commit61f71a4a597bb2eab2b56a80a71e867c1539739d (patch)
tree0f3c70b01d5f30f0f3c4ff4325963cf4526af8b0 /actions/showapplication.php
parent4fb9b43aa2c174e0b5ac3e260cafd2b5fcfa9368 (diff)
Updated markup for application registration and view links
Diffstat (limited to 'actions/showapplication.php')
-rw-r--r--actions/showapplication.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/actions/showapplication.php b/actions/showapplication.php
index 5156fa6f0..3e191148a 100644
--- a/actions/showapplication.php
+++ b/actions/showapplication.php
@@ -249,16 +249,16 @@ class ShowApplicationAction extends OwnerDesignAction
$this->elementEnd('div');
- $this->elementStart('div', 'entity-list-apps');
+ $this->elementStart('p', array('id' => 'application_action'));
$this->element('a',
array(
'href' => common_local_url(
'apps',
- array('nickname' => $this->owner->nickname)
- )
+ array('nickname' => $this->owner->nickname)),
+ 'class' => 'more'
),
'View your applications');
- $this->elementEnd('div');
+ $this->elementEnd('p');
}
function resetKey()