What I want is both whats in "if" and whats in "else" to include #main-block.
- if @transparency
#content-inner{:style => "background: url(../../../images/illustrations/" + @transparency + ") no-repeat 88% 50%"}
- else
#content-inner
#main-block
What happens currently is, if @transparency
is defined, #main-block
is not nested inside #content-inner
.