Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
scoreのviewの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
1250382KoukiYamada committed Dec 22, 2023
1 parent 6cf8707 commit 60c7b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/scores/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<%= form_with(model: @score, url: score_path(@score), method: :patch) do |form| %>

<div class="flex-field">
<div class="block-field">
<div class="box">
<%= form.label :name, "曲名" %>
<%= form.text_field :name, value: @score.name %>
Expand Down

0 comments on commit 60c7b6c

Please sign in to comment.