%= form_tag({}) do -%> <%= hidden_field_tag 'back_url', url_for(params) %>
<%= l(:field_comments) %> | <%= sort_header_tag('hours', :caption => l(:field_hours)) %>|||||||
---|---|---|---|---|---|---|---|
<%= format_date(entry.spent_on) %> | <%= link_to_user(entry.user) %> | <%=h entry.activity %> | <%= link_to_project(entry.project) %> | <% if entry.issue -%> <%= entry.issue.visible? ? link_to_issue(entry.issue, :truncate => 50) : "##{entry.issue.id}" -%> <% end -%> | <%=h entry.comments %> | <%= html_hours("%.2f" % entry.hours) %> | <% if entry.editable_by?(User.current) -%> <%= link_to image_tag('edit.png'), edit_time_entry_path(entry), :title => l(:button_edit) %> <%= link_to image_tag('delete.png'), time_entry_path(entry), :data => {:confirm => l(:text_are_you_sure)}, :method => :delete, :title => l(:button_delete) %> <% end -%> |