<%= form_for(:new,:url=>{:action=>:createpost}) do |f| %>

タイトル


感想

<%= f.file_field :impressionimg,:name=>"impressionimg",:class=>"file" %>
<% end %>

タイトル

本文

アカウント名

username 投稿時間

入力した値を受け取る。

いいね!コメント

<%= @title%>

<% @list1.each{|item|%>

<%= item.title_impression %>

<%= item.impression %>

<% @img="https://school.oohara.jp/shimoda/kani.png" @user=User.find_by(account:item.account) if(@user !=nil) if(@user.img !=nil) @img="/img/"+@user.img end end %> <%= item.account_name %> <%= item.post_time.in_time_zone('Tokyo').strftime('%Y/%m/%d %H:%M:%S') %>
いいね!<%= item.iine %>
<% } %>