summaryrefslogtreecommitdiff
path: root/app/views/characters/items
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-23 20:15:03 -0400
committerDavid Gay <david@davidgay.org>2021-05-23 20:15:03 -0400
commit82eec1f68172857b3b39e6ab3e3b837de16c1198 (patch)
treea1edb49f55ad01c3acaf41070bf09f207fcfaf22 /app/views/characters/items
parent6bf84733db22f6c5d5105acc3565b075fcc65917 (diff)
Item usage
Diffstat (limited to 'app/views/characters/items')
-rw-r--r--app/views/characters/items/index.html.erb2
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>