diff --git a/app/views/memberships/index.rhtml b/app/views/memberships/index.rhtml
index b23baf3..62b77c3 100644
--- a/app/views/memberships/index.rhtml
+++ b/app/views/memberships/index.rhtml
@@ -2,6 +2,12 @@
<%= _('Manage my groups') %>
+<% button_bar do %>
+ <%= button(:add, _('Create a new community'), :controller => 'memberships', :action => 'new_community') %>
+ <%= button(:add, __('Register a new Enterprise'), :controller => 'enterprise_registration') if environment.regions.any?{|i| i.has_validator?} %>
+ <%= button :back, _('Go back'), :controller => 'profile_editor' %>
+<% end %>
+
<% for membership in @memberships %>
-
@@ -25,10 +31,4 @@
<% end %>
-<% button_bar do %>
- <%= button(:add, _('Create a new community'), :controller => 'memberships', :action => 'new_community') %>
- <%= button(:add, __('Register a new Enterprise'), :controller => 'enterprise_registration') if environment.regions.any?{|i| i.has_validator?} %>
- <%= button :back, _('Go back'), :controller => 'profile_editor' %>
-<% end %>
-
diff --git a/public/stylesheets/button.css b/public/stylesheets/button.css
index 7d1b5aa..e678dba 100644
--- a/public/stylesheets/button.css
+++ b/public/stylesheets/button.css
@@ -69,6 +69,7 @@ input.button.with-text:hover {
.button-bar {
margin-top: 1em;
+ margin-bottom: 1em;
}
.button-bar .button {
--
libgit2 0.21.2