<%= link_to t(".edit"), edit_learning_goal_path(@learning_goal) if @learning_goal.user == current_user %>

<%= @learning_goal.title %>

<%= @learning_goal.starts_on %>-<%= @learning_goal.ends_on %>

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

<%= @learning_goal.description %>

<% if @learning_goal.completed? %>

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

<%= @learning_goal.retrospective %>

<% end %>

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

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

<%= render @learning_goal.microposts %>