Skip to content

Commit

Permalink
Remove: 酒ビューにて炭酸の文字列が空のとき炭酸なしと補完するのをやめた
Browse files Browse the repository at this point in the history
  • Loading branch information
yonta committed Jul 31, 2024
1 parent c99a04b commit a9216a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/sakes/_show_review.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>
<div class="text">
<div class="box">
<%= empty_to_default(sake.awa, t(".no_awa")) %>
<%= sake.awa %>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion config/locales/views/sake.ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ja:
measurement: 計測
unknown: 不明
show_review:
no_awa: 炭酸なし
review: レビュー
drink_button:
open: 開封する
Expand Down

0 comments on commit a9216a8

Please sign in to comment.