<%=@title %>

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

タイトル


考察

<%= f.file_field :considerationimg,:name=>"considerationimg",:class=>"file" %>
<% end %>
<% @list2.each{|item| %>

<%=@title %>

<%= item.title_consideration %>

<%= item.account_name %>

<%= item.post_time.in_time_zone('Tokyo').strftime('%Y/%m/%d %H:%M:%S') %>

いいね!<%=item.iine %>
<% @comment=Coment.where(coment_id: item.id) %>
<% @comment.each{|com| %>
<% @ac=User.find_by(account: item.account) %>
<%= @ac.account_name %> <%= com.post_time.in_time_zone('Tokyo').strftime('%Y/%m/%d %H:%M:%S') %>

<%= com.coment %>

<% } %>

<%= item.title_consideration %>

<%= item.consideration %>

<% @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 %> コメント
<% } %>