diff --git a/ram/portal/static/css/main.css b/ram/portal/static/css/main.css index c83f1d9..324fa29 100644 --- a/ram/portal/static/css/main.css +++ b/ram/portal/static/css/main.css @@ -12,6 +12,11 @@ td > img.logo { max-height: 48px; } +td > img.logo-xl { + max-width: 400px; + max-height: 96px; +} + .btn > span { display: inline-block; } diff --git a/ram/portal/templates/base.html b/ram/portal/templates/base.html index 4aeb7da..c16101b 100644 --- a/ram/portal/templates/base.html +++ b/ram/portal/templates/base.html @@ -162,9 +162,6 @@
  • Scales
  • -
  • Real
  • + {% show_bookshelf_menu %} {% show_flatpages_menu %} diff --git a/ram/portal/templates/cards/company.html b/ram/portal/templates/cards/company.html index 3157a9e..558b389 100644 --- a/ram/portal/templates/cards/company.html +++ b/ram/portal/templates/cards/company.html @@ -14,7 +14,7 @@ {% if d.item.logo %} Logo - + {% endif %} diff --git a/ram/portal/templates/cards/consist.html b/ram/portal/templates/cards/consist.html index b8cfc31..2fad777 100644 --- a/ram/portal/templates/cards/consist.html +++ b/ram/portal/templates/cards/consist.html @@ -44,7 +44,7 @@ Length - {{ d.item.consist_item.all | length }} + {{ d.item.consist_item.count }} diff --git a/ram/portal/templates/consist.html b/ram/portal/templates/consist.html index 4328606..87a5010 100644 --- a/ram/portal/templates/consist.html +++ b/ram/portal/templates/consist.html @@ -81,7 +81,9 @@ Company - {{ consist.company }} + + {{ consist.company }} ({{ consist.company.extended_name }}) + Era diff --git a/ram/portal/templates/rollingstock.html b/ram/portal/templates/rollingstock.html index a96cc08..a08ab12 100644 --- a/ram/portal/templates/rollingstock.html +++ b/ram/portal/templates/rollingstock.html @@ -45,13 +45,16 @@
    + {% with class=rolling_stock.rolling_class company=rolling_stock.rolling_class.company %}