Skip to content

Commit

Permalink
Wip: 編集できない問題
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Oct 9, 2023
1 parent d970367 commit 468c46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/friend_servers/edit.html.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- content_for :page_title do
= t('admin.friend_servers.edit_friend')

= simple_form_for @friend, url: admin_friend_servers_path do |f|
= simple_form_for @friend, url: admin_friend_server_path(@friend), method: :put do |f|
= render 'shared/error_messages', object: @friend
= render 'friend_fields', f: f, friend: @friend

Expand Down

0 comments on commit 468c46d

Please sign in to comment.