<%= notice %>

Content: <%= @micropost.content %>

User: <%= @micropost.user_id %>

<%= link_to 'Edit', edit_micropost_path(@micropost) %> | <%= link_to 'Back', microposts_path %>