improves styles for admin booths views
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user