app/themes/default/views/pwb/welcome/index.html.erb in pwb-0.0.1 vs app/themes/default/views/pwb/welcome/index.html.erb in pwb-0.0.2

- old
+ new

@@ -1,5 +1,6 @@ +<% page_title @current_agency.company_name %> <div> <div class="jumbotron"> <div class="jumbotron-left"> <div id="homepageCarousel" class="carousel carousel-1 carousel-fixed-height slide" data-interval="<%= @carousel_speed %>" data-ride="carousel"> <ol class="carousel-indicators"> @@ -45,8 +46,8 @@ <%= render :partial => '/pwb/welcome/single_property_row', :locals => { properties: @properties_for_sale, rent_or_sale: 'for_sale', title_key: 'propertyForSale' } %> <% end %> <% if @properties_for_rent.length > 0 %> <%= render :partial => '/pwb/welcome/single_property_row', :locals => { properties: @properties_for_rent, rent_or_sale: 'for_rent', title_key: 'propertyForRent' } %> <% end %> -<% if @about_us %> - <%= render '/pwb/welcome/about_us' %> -<% end %> +<%# if @about_us %> + <%#= render '/pwb/welcome/about_us' %> +<%# end %>