Commit a53064e6b8e74ef581c6d9e8815abb021b816360
1 parent
5483669c
Exists in
master
and in
29 other branches
Give some space to the button
(ActionItem1675)
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
app/views/themes/index.rhtml
... | ... | @@ -37,7 +37,9 @@ |
37 | 37 | <tr> |
38 | 38 | <td colspan='6'> |
39 | 39 | <h2><%= _('Select theme') %></h2> |
40 | - <%= button :home, _('Use the default theme'), { :action => 'unset'}, :method => 'post', :confirm => _('Are you sure you want to use the environment default theme?') %> | |
40 | + <% button_bar do %> | |
41 | + <%= button :home, _('Use the default theme'), { :action => 'unset'}, :method => 'post', :confirm => _('Are you sure you want to use the environment default theme?') %> | |
42 | + <% end %> | |
41 | 43 | </td> |
42 | 44 | </tr> |
43 | 45 | <% for themes in @themes.in_groups_of(3) %> | ... | ... |