From 8447de006acf6daea997dce7e2235e5fdb3f6fc3 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Tue, 10 May 2016 05:51:21 -0400 Subject: [PATCH] Update _form.html.erb --- app/views/vehicles/_form.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/vehicles/_form.html.erb b/app/views/vehicles/_form.html.erb index d8b2a09..f2eba25 100644 --- a/app/views/vehicles/_form.html.erb +++ b/app/views/vehicles/_form.html.erb @@ -41,7 +41,6 @@
Notes:
-

<%= link_to_function content_tag(:span, l(:button_edit), :class => 'icon icon-edit'), '$(this).hide(); $("#issue_description_and_toolbar").show()' unless @vehicle.new_record? %> <%= content_tag 'span', :id => "issue_description_and_toolbar", :style => (@vehicle.new_record? ? nil : 'display:none') do %>