Skip to content

Commit a08c447

Browse files
committed
fix: CIエラー回避のため、ポケモン画面のERB構文を修正
1 parent a9ebd5b commit a08c447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/pokemons/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p style="padding-top: 20px;">
1313
ボタンをクリックして、<br class="ignore-pc" />ポケモン素材をダウンロードしよう!
1414
</p>
15-
<%=# link_to @presigned_url, class: "btn-blue", style: "max-width:320px; display:block; margin:20px auto 100px;" do %>
15+
<% # link_to @presigned_url, class: "btn-blue", style: "max-width:320px; display:block; margin:20px auto 100px;" do %>
1616
<i class="fas fa-folder-download white"></i>
1717
ポケモン素材をダウンロードする
1818
<%# end %>

0 commit comments

Comments
 (0)