table builder: add 'striped' css class by default.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<%= render "search" %>
|
||||
|
||||
<%= table_for @dmails, {class: "striped", width: "100%"} do |t| %>
|
||||
<%= table_for @dmails, width: "100%" do |t| %>
|
||||
<% t.column "Date" do |dmail| %>
|
||||
<%= compact_time(dmail.created_at) %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user