<%=l(:label_confirmation)%>

<%= l(:label_date) %> <%= l(:label_member) %> <%= l(:label_activity) %> <%= l(:label_issue) %> <%= l(:field_comments) %> <%= l(:field_hours) %>
<%= format_date(@time_entry_to_destroy.spent_on) %> <%= @time_entry_to_destroy.user.name %> <%= @time_entry_to_destroy.activity.name %> <% if @time_entry_to_destroy.issue %>
<%= link_to_issue @time_entry_to_destroy.issue %> <%= render_issue_tooltip @time_entry_to_destroy.issue %>
<% end %>
<%=h @time_entry_to_destroy.comments %> <%= @time_entry_to_destroy.hours %>

<%=l(:text_timelog_destroy_confirmation)%>

<% form_tag({:controller => 'timelog', :action => 'destroy', :id => @time_entry_to_destroy}) do %> <%= hidden_field_tag "confirm", 1 %> <%= submit_tag l(:button_delete) %> <% end %>