app/views/subjects/show.html.erb in enju_subject-0.0.16 vs app/views/subjects/show.html.erb in enju_subject-0.0.17

- old
+ new

@@ -28,10 +28,10 @@ <li><a href="#classification"><em><%= t('activerecord.models.classification') -%></em></a></li> </ul> <%= render 'subjects/show_work_list' -%> <%- cache(:controller => :subjects, :action => :show, :id => @subject.id, :page => 'detail', :role => current_user_role_name, :locale => @locale, :subject_id => nil) do -%> <div id="classification"> - <table class="index"> + <table class="table table-striped index"> <tr> <th><%= t('activerecord.attributes.classification.category') -%></th> <th><%= t('activerecord.models.classification_type') -%></th> </tr> <%- @subject.classifications.each do |classification| -%>