removed date

This commit is contained in:
Harry Bomrah 2017-08-03 23:41:28 +08:00
parent 2accb6c9aa
commit e33dee9a45
1 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
<caption>輔導記錄單 <a href="<%= new_counselor_record_path %>" style="float: right;" class="btn btn-primary"><%= t("member_counselor.new_record") %></a></caption> <caption>輔導記錄單 <a href="<%= new_counselor_record_path %>" style="float: right;" class="btn btn-primary"><%= t("member_counselor.new_record") %></a></caption>
<thead> <thead>
<tr> <tr>
<th width="100px" >新增日期</th>
<th>輔導縣市/地區/學校</th> <th>輔導縣市/地區/學校</th>
<th width="200px">功能</th> <th width="200px">功能</th>
</tr> </tr>
@ -13,7 +12,6 @@
<% if !@records.blank? %> <% if !@records.blank? %>
<% @records.each_with_index do |record,idx| %> <% @records.each_with_index do |record,idx| %>
<tr> <tr>
<td><%= record.created_at.strftime("%y/%m/%d") %></td>
<td><%= record.get_title %></td> <td><%= record.get_title %></td>
<td> <td>
<a href="<%= edit_counselor_record_path(record) %>"><%= t("edit") %></a> <a href="<%= edit_counselor_record_path(record) %>"><%= t("edit") %></a>