Skip to content

Commit

Permalink
fixed even more occurences with new hash style
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kranz committed Nov 22, 2013
1 parent aee3dc8 commit 49b3991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/time_trackers/_issue_action_menu.html.erb
Expand Up @@ -29,4 +29,4 @@
});
</script>

<%= render :partial => 'time_trackers/start_dialog', :locals => {time_tracker: time_tracker} if !display_stop && allowed_to_start && !time_tracker.nil? %>
<%= render :partial => 'time_trackers/start_dialog', :locals => {:time_tracker => time_tracker} if !display_stop && allowed_to_start && !time_tracker.nil? %>

0 comments on commit 49b3991

Please sign in to comment.