<%= @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 %> <%= link_to t(".edit"), edit_learning_goal_path(@learning_goal) if @learning_goal.user == current_user %>