From d3463ce41bc3ab1b574525a7ac39bbc6029e0a72 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 5 Aug 2016 00:39:53 -0400 Subject: [PATCH] Removed link --- app/views/vehicles/_form.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/vehicles/_form.html.erb b/app/views/vehicles/_form.html.erb index 2599b7d..0f7c135 100644 --- a/app/views/vehicles/_form.html.erb +++ b/app/views/vehicles/_form.html.erb @@ -41,8 +41,7 @@
Notes:
-

- <%= link_to_function content_tag(:span, l(:button_edit), :class => 'icon icon-edit') %> +

<%= content_tag 'span', :id => "issue_description_and_toolbar", :style => (@vehicle.new_record? ? nil : 'display:none') do %> <%= f.text_area :notes, :cols => 60,