diff options
author | David Gay <david@davidgay.org> | 2021-07-05 20:00:49 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-07-05 20:00:49 -0400 |
commit | f160f81a6daae8b478a5547078abc7c7b29ef747 (patch) | |
tree | 195e2d1f20378fae40b36ce260a67bb4c0e05fa8 /app/views/locations | |
parent | 184b316d2655601c9d0c3eeac208ec6409860df5 (diff) |
Change Floret GID to `floret`
Diffstat (limited to 'app/views/locations')
-rw-r--r-- | app/views/locations/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/locations/show.html.erb b/app/views/locations/show.html.erb index fcc668a..2f1074a 100644 --- a/app/views/locations/show.html.erb +++ b/app/views/locations/show.html.erb @@ -6,7 +6,7 @@ <% @location.monster_spawns.select(&:alive?).each do |ms| %> <p class="text-yellow-400">A <%= ms.monster.name %> is ravaging this location! (<%= ms.remaining_hp %> HP)</p> <%# TODO: HACK %> - <% activity = Activity.find_by_gid("beastslay_leviathan_floret_region") %> + <% activity = Activity.find_by_gid("beastslay_leviathan_floret") %> <%= form_with url: start_activity_path(activity) do |f| %> <%= f.hidden_field :id, value: activity.id %> <%= f.submit "Hunt" %> |