Open nannano-sys opened 3 years ago
tweet/show.html.erb作成
ビューファイル編集
<h1>hello!travellers!</h1> <%# ロゴ的なのはheaderとして切り出すので、部分テンプレートを作ることにする %>
<h1>詳細</h1>
<div class = tweet-text><%= @tweet.content%></div>
<div class = user-name><%= link_to @tweet.user.nickname, "#"%></div>
index.html.erbにリンク追加
<li class = "show-tweet"><%= link_to "詳細", tweet_path(tweet.id)%>
ルーティング編集