app/views/baskets/index.html.erb in enju_circulation-0.0.67 vs app/views/baskets/index.html.erb in enju_circulation-0.0.68
- old
+ new
@@ -1,9 +1,9 @@
<div id="content_list">
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.basket')) -%></h1>
<div id="content_detail" class="ui-corner-all">
-<table class="index">
+<table class="table table-striped index">
<tr>
<th><%= t('activerecord.models.user') -%></th>
<th><%= t('activerecord.attributes.basket.note') -%></th>
<th><%= t('page.updated_at') -%></th>
</tr>