removed date
This commit is contained in:
parent
2accb6c9aa
commit
e33dee9a45
|
@ -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>
|
||||
<thead>
|
||||
<tr>
|
||||
<th width="100px" >新增日期</th>
|
||||
<th>輔導縣市/地區/學校</th>
|
||||
<th width="200px">功能</th>
|
||||
</tr>
|
||||
|
@ -13,7 +12,6 @@
|
|||
<% if !@records.blank? %>
|
||||
<% @records.each_with_index do |record,idx| %>
|
||||
<tr>
|
||||
<td><%= record.created_at.strftime("%y/%m/%d") %></td>
|
||||
<td><%= record.get_title %></td>
|
||||
<td>
|
||||
<a href="<%= edit_counselor_record_path(record) %>"><%= t("edit") %></a>
|
||||
|
|
Loading…
Reference in New Issue