Skip to content
  • Kaspar Vollenweider's avatar
    fix bootstrap overwrite bug on action show and sanitize hour views · bfe2a787
    Kaspar Vollenweider authored
    - bootstrap caused the sticky footer not to be working on pages with action show
       (as they add body.show class). So the display: flex was overwritten with
       bootstraps .show { display: block !important; } directive in that case
    - several problems in the hour views fixed
      1. double h1 tags removed
      2. wrong indents in table index view
      3. restore consistency with other views navigations
    bfe2a787