File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ gem 'flipflop'
1010gem 'graphql'
1111gem 'jwt'
1212gem 'lograge'
13- gem 'mitlibraries-theme' , git : 'https://github.com/mitlibraries/mitlibraries-theme' , tag : 'v1.1 '
13+ gem 'mitlibraries-theme' , git : 'https://github.com/mitlibraries/mitlibraries-theme' , tag : 'v1.2 '
1414gem 'opensearch-ruby'
1515gem 'puma'
1616gem 'rack-attack'
Original file line number Diff line number Diff line change 11GIT
22 remote: https://github.com/mitlibraries/mitlibraries-theme
3- revision: 93b931b802485f9e35a6878f957b3fd88ae3b294
4- tag: v1.1
3+ revision: bcbe5d3de36a92d275085a045c5c4d8f30f33e62
4+ tag: v1.2
55 specs:
66 mitlibraries-theme (1.0.2 )
77 rails (>= 6 , < 8 )
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ locally.
130130 confused.
131131 ```
132132
133+ - ` PLATFORM_NAME ` : The value set is added to the header after the MIT Libraries logo. The logic and CSS for this comes from our theme gem.
133134- ` PREFERRED_DOMAIN ` - set this to the domain you would like to to use. Any
134135 other requests that come to the app will redirect to the root of this domain.
135136 This is useful to prevent access to herokuapp.com domains.
Original file line number Diff line number Diff line change 11< div class ="wrap-outer-header-local layout-band ">
22 < div class ="wrap-header-local ">
3- < div class ="local-identity ">
4- < h2 class ="title title-site "> < a href ="/ "> TIMDEX</ a > </ h2 >
5- </ div >
3+ <% unless ENV [ 'PLATFORM_NAME' ] %>
4+ < div class ="local-identity ">
5+ < h2 class ="title title-site "> < a href ="/ "> TIMDEX</ a > </ h2 >
6+ </ div >
7+ <% end %>
68 < div class ="wrap-local-nav ">
79 < div class ="wrap-bar ">
810 < nav class ="local-nav " aria-label ="Main menu ">
You can’t perform that action at this time.
0 commit comments