Skip to content

Commit

Permalink
add commons tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
Christy Karpinski authored and Christy Karpinski committed Oct 11, 2023
1 parent bcec778 commit be30e19
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
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

0 comments on commit be30e19

Please sign in to comment.