Skip to content

Commit

Permalink
setup: Fix button style of the finish
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
Johannes Meyer committed Oct 1, 2015
1 parent a9a2b2b commit 195f2d2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -11,7 +11,7 @@
'authentication/login?renderLayout',
null,
array(
'class' => 'button-like login',
'class' => 'button-link login',
'title' => $this->translate('Show the login page of Icinga Web 2')
)
); ?>
Expand All @@ -21,7 +21,7 @@
null,
null,
array(
'class' => 'button-like',
'class' => 'button-link',
'title' => $this->translate('Show previous wizard-page')
)
); ?>
Expand Down

0 comments on commit 195f2d2

Please sign in to comment.