From 4259cad450fee703dc34ebe5322de994d06a5448 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 11 Dec 2012 15:07:27 -0800 Subject: Playing around with using x-editable, which isn't yet working. --- help/app/views/tickets/show.html.haml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'help/app/views/tickets') diff --git a/help/app/views/tickets/show.html.haml b/help/app/views/tickets/show.html.haml index d9f594b..3e4acb9 100644 --- a/help/app/views/tickets/show.html.haml +++ b/help/app/views/tickets/show.html.haml @@ -1,4 +1,10 @@ %h2= @ticket.title + += #%a#title.editable.editable-click{"data-name" => "title", "data-original-title" => "Enter username", "data-resource" => "post", "data-type" => "text", "data-url" => ticket_path(@ticket.id), "data-pk" => @ticket.id, :href => "#"} test + +%a#title.editable.editable-click{:href => "#"} test + +%p - if @ticket.email email: = @ticket.email -- cgit v1.2.3