Created
March 26, 2013 02:46
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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