Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add commons tenant #169

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/assets/images/home-logos/atla_commons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions app/views/splash/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

<h2>Browse our partner repositories:</h2>
<div class="row home-logo-grid">
<div class="col-xs-6 col-sm-4">
<%= link_to "//#{host_for('rim')}" do %>
<%= image_tag("home-logos/rim_atla.png", class: "tenant-logo", alt: "RIM") %>
<div class="col-xs-6 col-sm-4">
<%= link_to "//#{host_for('atla')}" do %>
<%= image_tag("home-logos/atla_commons.png", class: "tenant-logo", alt: "ATLA") %>
<% end %>
</div>
<div class="col-xs-6 col-sm-4">
Expand All @@ -30,6 +30,11 @@
</div>
</div>
<div class="row home-logo-grid">
<div class="col-xs-6 col-sm-4">
<%= link_to "//#{host_for('rim')}" do %>
<%= image_tag("home-logos/rim_atla.png", class: "tenant-logo", alt: "RIM") %>
<% end %>
</div>
<div class="col-xs-6 col-sm-4">
<%= link_to "//#{host_for('ost')}" do %>
<%= image_tag("home-logos/ost.png", class: "tenant-logo", alt: "OST") %>
Expand Down
13 changes: 9 additions & 4 deletions app/views/themes/shared_repository/splash/_index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<div class="splash-browse">
<h2>Browse our partner repositories:</h2>
<div class="row home-logo-grid">
<div class="col-xs-6 col-sm-4">
<%= link_to "//#{host_for('rim')}" do %>
<%= image_tag("home-logos/rim_atla.png", class: "tenant-logo", alt: "RIM") %>
<% end %>
<div class="col-xs-6 col-sm-4">
<%= link_to "//#{host_for('atla')}" do %>
<%= image_tag("home-logos/atla_commons.png", class: "tenant-logo", alt: "ATLA") %>
<% end %>
</div>
<div class="col-xs-6 col-sm-4">
<%= link_to "//#{host_for('ctschicago')}" do %>
Expand All @@ -30,6 +30,11 @@
</div>
</div>
<div class="row home-logo-grid">
<div class="col-xs-6 col-sm-4">
<%= link_to "//#{host_for('rim')}" do %>
<%= image_tag("home-logos/rim_atla.png", class: "tenant-logo", alt: "RIM") %>
<% end %>
</div>
<div class="col-xs-6 col-sm-4">
<%= link_to "//#{host_for('ost')}" do %>
<%= image_tag("home-logos/ost.png", class: "tenant-logo", alt: "OST") %>
Expand Down
6 changes: 6 additions & 0 deletions config/authorities/institutions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ terms:
- id: Atla RIM
term: Atla RIM
active: true
- id: Atla Commons
term: Atla Commons
active: true
- id: Demo
term: Demo
active: true
Loading