<%= notice %>
Title: <%= @task.title %>
Description: <%= @task.description %>
Priority: <%= @task.priority %>
State: <%= @task.state %>
Parent: <%= @task.parent_id %>
Owner: <%= @task.owner_id %>
Requester: <%= @task.requester_id %>
End date: <%= @task.end_date %>
Document: <%= link_to @task.document_file_name %>
<%= link_to 'Edit', edit_task_path(@task) %> | <%= link_to 'Back', tasks_path %>