Skip to content

Commit

Permalink
CSS: Use action-link instead of show-more in the list/hosts view script
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 24, 2015
1 parent 3580de6 commit ae2889c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ if (! $this->compact): ?>
null,
array(
'data-base-target' => '_next',
'class' => 'pull-right show-more'
'class' => 'pull-right action-link'
)
) ?>
<?php endif ?>
Expand Down

0 comments on commit ae2889c

Please sign in to comment.