diff options
author | David Gay <david@davidgay.org> | 2021-05-23 20:15:03 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-23 20:15:03 -0400 |
commit | 82eec1f68172857b3b39e6ab3e3b837de16c1198 (patch) | |
tree | a1edb49f55ad01c3acaf41070bf09f207fcfaf22 /app/views | |
parent | 6bf84733db22f6c5d5105acc3565b075fcc65917 (diff) |
Item usage
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/characters/items/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/characters/items/index.html.erb b/app/views/characters/items/index.html.erb index a7c932d..20b43c0 100644 --- a/app/views/characters/items/index.html.erb +++ b/app/views/characters/items/index.html.erb @@ -48,7 +48,7 @@ </td> <td class="table-cell-padded"> <% if ci.item.usable? %> - <%= link_to "[Use]", "#" %> + <%= button_to "Use", character_item_use_path(item_id: ci.item.id) %> <% end %> </td> </tr> |