|
|
@ -35,10 +35,10 @@
|
|
|
|
<% if get_avatar?(@first_page) %>
|
|
|
|
<% if get_avatar?(@first_page) %>
|
|
|
|
<%= image_tag(url_to_avatar(@first_page), width:@first_page.image_width,height: @first_page.image_height) %>
|
|
|
|
<%= image_tag(url_to_avatar(@first_page), width:@first_page.image_width,height: @first_page.image_height) %>
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<%= image_tag @organization.logo_link, width:@first_page.image_width,height: @first_page.image_height %>
|
|
|
|
<%= image_tag '/images/transparent.png', width:@first_page.image_width,height: @first_page.image_height %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
<% else %>
|
|
|
|
<% else %>
|
|
|
|
<%= image_tag(url_to_avatar(@enterprise_page), width:@first_page.image_width,height: @first_page.image_height) %>
|
|
|
|
<%= image_tag(url_to_avatar(@organization), width:@first_page.image_width,height: @first_page.image_height) %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="welcome_left" id="welcome_left">
|
|
|
|
<div class="welcome_left" id="welcome_left">
|
|
|
|