From a53064e6b8e74ef581c6d9e8815abb021b816360 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 7 Dec 2010 14:59:27 -0300 Subject: [PATCH] Give some space to the button --- app/views/themes/index.rhtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/themes/index.rhtml b/app/views/themes/index.rhtml index 0354489..8bffd86 100644 --- a/app/views/themes/index.rhtml +++ b/app/views/themes/index.rhtml @@ -37,7 +37,9 @@

<%= _('Select theme') %>

- <%= button :home, _('Use the default theme'), { :action => 'unset'}, :method => 'post', :confirm => _('Are you sure you want to use the environment default theme?') %> + <% button_bar do %> + <%= button :home, _('Use the default theme'), { :action => 'unset'}, :method => 'post', :confirm => _('Are you sure you want to use the environment default theme?') %> + <% end %> <% for themes in @themes.in_groups_of(3) %> -- libgit2 0.21.2