This commit is contained in:
ohsab 2014-12-09 12:08:49 +01:00
parent 98b4759758
commit b064cb21ef
2 changed files with 4 additions and 1 deletions

View file

@ -91,5 +91,8 @@ footer ul li {
.overview{ .overview{
width: 33%; width: 33%;
margin-bottom: 5px; margin-bottom: 5px;
padding-top: 15px;
padding-bottom: 15px;
} }

View file

@ -1,3 +1,3 @@
<% @users.each do |user| %> <% @users.each do |user| %>
<%= link_to user.name , new_user_order_path(user), class: "btn btn-primary overview"%> <%= link_to user.name , new_user_order_path(user), class: "btn btn-info overview"%>
<% end %> <% end %>