<%= t(".microposts") %>

<%= link_to t(".new"), new_micropost_path %> <% if @microposts.empty? %>

<%= t(".empty") %>

<% else %> <% end %>