Hobo / hobo_bootstrap

Bootstrap based theme for Hobo 2.0
11 stars 17 forks source link

Footers added via the footer tag in an extended page tag are not consistent #11

Closed iox closed 12 years ago

iox commented 12 years ago

Bug reported in Hobo Users by Bob Sleys:

Footers added via the footer tag in an extended page tag (example below) are sometimes outside the container bootstrap-content div tag and sometimes inside of it. IE it's outside the div on index, edit, new pages but inside on show pages.

<extend tag="page">
<old-page merge >
   <footer:><hr/>
    Copyright  <%= Time.now.year %>
        <a href="&admin_users_url" if="&current_user.administrator?">
        <br/>
        <t key="hobo.admin.subsite_name">Admin</t>
      </a>
    </footer:>
</old-page>
</extend>
iox commented 12 years ago

@bsleys . I've tried to reproduce this issue without success. I've tried adding the code to front_site.dryml and navigating to index/new/edit/show. The footer always appears outside bootstrap-content.

Could you give me a bit more info about your app to help me reproduce it?

iox commented 12 years ago

@bsleys . I'm gonna close this issue. Please reopen if you can reproduce. Thanks!