Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
fix: 移除歷史日誌的 id 欄位
Browse files Browse the repository at this point in the history
  • Loading branch information
flamelin committed Dec 4, 2016
1 parent 717744f commit 7907844
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/views/logs/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<table class="table">
<thead>
<tr>
<th>ID</th>
<th>日期</th>
<th>完成</th>
<th>明日</th>
Expand All @@ -22,7 +21,6 @@
<tbody>
@foreach($logs as $log)
<tr>
<td>{{ $log->id }}</td>
<td>{{ $log->date }}</td>
<td>{!! nl2br($log->done) !!}</td>
<td>{!! nl2br($log->future) !!}</td>
Expand Down

0 comments on commit 7907844

Please sign in to comment.