Skip to content

Instantly share code, notes, and snippets.

@cableray
Created March 26, 2013 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cableray/5242725 to your computer and use it in GitHub Desktop.
Save cableray/5242725 to your computer and use it in GitHub Desktop.
HAML Error: The line [#7] was indented 2 levels deeper than the previous line.
%h1.page-heading= "Rating Panels for #{@image.name}"
- if @image.rating_panels.empty?
.alert no rating panels for this image
- @image.rating_panels.each do |panel|
.row-fluid.panel-listing
%h1= panel.name
%p= panel.description
%hr
%button.btn New Panel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment