table builder: add 'striped' css class by default.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<%= table_for forum_topics, {class: "striped", width: "100%"} do |t| %>
|
||||
<%= table_for forum_topics, width: "100%" do |t| %>
|
||||
<% t.column "Title" do |topic| %>
|
||||
<% if topic.is_sticky? %>
|
||||
<span class="sticky">Sticky:</span>
|
||||
@@ -40,4 +40,4 @@
|
||||
.updated-at { display: none; }
|
||||
}
|
||||
</style>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user