On Thu, 2010-09-02 at 17:21 +0200, [email protected] wrote:
> From: Jozef Zigmund <[email protected]>
> 
> ---
>  src/app/views/quota/edit.haml     |   17 +++++++++++++++++
>  src/app/views/quota/edit.html.erb |   18 ------------------
>  src/app/views/quota/show.haml     |   21 +++++++++++++++++++++
>  src/app/views/quota/show.html.erb |   27 ---------------------------
>  4 files changed, 38 insertions(+), 45 deletions(-)
>  create mode 100644 src/app/views/quota/edit.haml
>  delete mode 100644 src/app/views/quota/edit.html.erb
>  create mode 100644 src/app/views/quota/show.haml
>  delete mode 100644 src/app/views/quota/show.html.erb
> 
I get an error on this one (edit page), probably bad formatting on the
conversion (sometimes the tool messes these things up):

ActionView::TemplateError (compile error
/home/jay/projects/fedorahosted/deltacloud/aggregator/src/app/views/quota/edit.haml:18:
 syntax error, unexpected kENSURE, expecting kEND
...\n", -1, false);_erbout;ensure;@haml_buffer = @haml_buffer.u...
                              ^
/home/jay/projects/fedorahosted/deltacloud/aggregator/src/app/views/quota/edit.haml:21:
 syntax error, unexpected $end, expecting kEND) on line #18 of 
app/views/quota/edit.haml:
15:       %label Max Total Instances
16:       = text_field :quota, :maximum_total_instances
17:   = submit_tag "Save", :class => "submit"


I fixed this locally by moving everything below the form tag in 2
spaces, seems to correct things.  Please resend this one with the fix
just for verification.

-j

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to