improves styles for admin booths views

This commit is contained in:
Alberto Garcia Cabeza
2016-12-14 18:37:38 +01:00
parent b290a776dd
commit d5f9bb1d11

View File

@@ -1,4 +1,7 @@
<h2><%= t("admin.booths.index.title") %></h2>
<h2 class="inline-block"><%= t("admin.booths.index.title") %></h2>
<%= link_to t("admin.booths.index.add_booth"), new_admin_booth_path,
class: "button success float-right" %>
<% if @booths.empty? %>
<div class="callout primary">
@@ -6,10 +9,6 @@
</div>
<% end %>
<%= link_to t("admin.booths.index.add_booth"),
new_admin_booth_path,
class: "button success" %>
<% if @booths.any? %>
<h3><%= page_entries_info @booths %></h3>
<table>