Feature #588 » edit.html.patch
| edit.rhtml (working copy) | ||
|---|---|---|
| 12 | 12 | </div> | 
| 13 | 13 | |
| 14 | 14 | <%= submit_tag l(:button_save) %> | 
| 15 | <%= link_to_if_authorized(l(:button_delete), {:controller => 'timelog', :action => 'destroy', :id => @time_entry}) %>
 | |
| 15 | 16 | |
| 16 | 17 | <% end %> | 
| 17 | 18 | |
| ... | ... | |
| 20 | 21 | <%= javascript_include_tag "calendar/lang/calendar-#{current_language}.js" %>
 | 
| 21 | 22 | <%= javascript_include_tag 'calendar/calendar-setup' %> | 
| 22 | 23 | <%= stylesheet_link_tag 'calendar' %> | 
| 23 | <% end %> | |
| 24 | <% end %> | |