Skip to content

Commit

Permalink
updated table class
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosuke Tanabe committed Jun 30, 2012
1 parent 5af8d34 commit 7555a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/barcodes/index.html.erb
Expand Up @@ -2,7 +2,7 @@
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.barcode')) -%></h1>
<div id="content_list">

<table class="index">
<table class="table table-striped index">
<tr>
<th><%= t('activerecord.attributes.barcode.code_word') -%></th>
<th><%= t('activerecord.attributes.barcode.barcode_type') -%></th>
Expand Down

0 comments on commit 7555a49

Please sign in to comment.