diff --git a/app/assets/images/home-logos/atla_commons.png b/app/assets/images/home-logos/atla_commons.png new file mode 100755 index 00000000..71720ab2 Binary files /dev/null and b/app/assets/images/home-logos/atla_commons.png differ diff --git a/app/views/splash/index.html.erb b/app/views/splash/index.html.erb index 784ad3bc..81342913 100644 --- a/app/views/splash/index.html.erb +++ b/app/views/splash/index.html.erb @@ -13,9 +13,9 @@

Browse our partner repositories:

-
- <%= link_to "//#{host_for('rim')}" do %> - <%= image_tag("home-logos/rim_atla.png", class: "tenant-logo", alt: "RIM") %> +
+ <%= link_to "//#{host_for('atla')}" do %> + <%= image_tag("home-logos/atla_commons.png", class: "tenant-logo", alt: "ATLA") %> <% end %>
@@ -30,6 +30,11 @@
+
+ <%= link_to "//#{host_for('rim')}" do %> + <%= image_tag("home-logos/rim_atla.png", class: "tenant-logo", alt: "RIM") %> + <% end %> +
<%= link_to "//#{host_for('ost')}" do %> <%= image_tag("home-logos/ost.png", class: "tenant-logo", alt: "OST") %> diff --git a/app/views/themes/shared_repository/splash/_index.html.erb b/app/views/themes/shared_repository/splash/_index.html.erb index 36819cd5..d1e46970 100644 --- a/app/views/themes/shared_repository/splash/_index.html.erb +++ b/app/views/themes/shared_repository/splash/_index.html.erb @@ -13,10 +13,10 @@

Browse our partner repositories:

-
- <%= link_to "//#{host_for('rim')}" do %> - <%= image_tag("home-logos/rim_atla.png", class: "tenant-logo", alt: "RIM") %> - <% end %> +
+ <%= link_to "//#{host_for('atla')}" do %> + <%= image_tag("home-logos/atla_commons.png", class: "tenant-logo", alt: "ATLA") %> + <% end %>
<%= link_to "//#{host_for('ctschicago')}" do %> @@ -30,6 +30,11 @@
+
+ <%= link_to "//#{host_for('rim')}" do %> + <%= image_tag("home-logos/rim_atla.png", class: "tenant-logo", alt: "RIM") %> + <% end %> +
<%= link_to "//#{host_for('ost')}" do %> <%= image_tag("home-logos/ost.png", class: "tenant-logo", alt: "OST") %> diff --git a/config/authorities/institutions.yml b/config/authorities/institutions.yml index 599f2cfc..52775f1a 100644 --- a/config/authorities/institutions.yml +++ b/config/authorities/institutions.yml @@ -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