OSDN Git Service

詳細へのリンクを追加
authorTaro Matsuzawa <tmatsuzawa@kbmj.com>
Wed, 6 Oct 2010 08:59:50 +0000 (17:59 +0900)
committerTaro Matsuzawa <tmatsuzawa@kbmj.com>
Wed, 6 Oct 2010 08:59:50 +0000 (17:59 +0900)
app/views/admin/plugins/index.html.erb

index 6578320..d651839 100644 (file)
@@ -15,6 +15,7 @@
       <th>プラグイン名</th>
       <th>有効/無効</th>
       <th>編集</th>
+      <th>詳細</th>
       <th>プラグイン設定</th>
       <th>データ管理</th>
     </tr>
@@ -33,6 +34,9 @@
            <%= link_to "編集", {:action => "edit_payment_plugin", :id => record.id } %>
          </td>
          <td class="t_center">
+           <%= link_to "詳細", {:action => "payment_plugin_info", :id => record.id } %>
+         </td>
+         <td class="t_center">
            <%= link_to "設定", {:action => "payment_plugin_config", :id => record.id } %>
          </td>
          <td class="t_center">