忍者ブログ
[437]  [436]  [435]  [434]  [433]  [432]  [431]  [430]  [429]  [428]  [427
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

Index.html.rebの編集
<h1>一覧表示</h1>
<h2>
<%= link_to '新規追加' ,new_task_path, class: 'btn btn-primary' %>
</h2>
<% if flash[:notice] %>
  <p><%= flash[:notice] %></p>
<% end %>

<table class="table table-striped table-bordered table-hover">
<thead>
<tr  class ="table-primary">
  <th  style="width: 20%">name
  </th>
  <th  style="width: 60%">description
  </th>
  <th  style="width: 20%">
  </th>
</tr>
</thead>
<% @tasks.each do |task| %>
<tr>
 <td>
    <%=link_to task.name ,task_path(task.id) %>
  </td>
  <td>
    <%= task.description %>
  </td>
  <td>
  <%=link_to '[変更]', edit_task_path(task.id) , class: 'btn btn-warning btn-sm' %>|
  <%=link_to '[削除]', task_path(task.id), class: 'btn btn-danger btn-sm',method: :delete,data:{confirm:'Sure?'} %>
  </td>
</tr>

<% end %>
</table>

拍手

PR
カレンダー
04 2025/05 06
S M T W T F S
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
フリーエリア
最新CM
[03/10 DORA]
最新TB
プロフィール
HN:
dorabu
性別:
非公開
バーコード
ブログ内検索
P R
忍者おまとめボタン
Copyright © ドラブーのアンドロイドとIoTなブログ All rights reserved. / Template by 四季. / Material by てんせん.

忍者ブログ [PR]