<%= l(:button_log_time) %>

<%= labelled_form_for @time_entry, url: stopwatch_timer_path, method: :post, remote: true do |f| %> <% @time_entry.hours ||= 0 %> <%= render partial: 'timelog/form', locals: { f: f } %>

<%= submit_tag l(:button_create) %> <%= submit_tag l(:button_cancel), name: nil, onclick: "hideModal(this);", type: 'button' %>

<% end %>