Skip to content
Snippets Groups Projects
Unverified Commit 7b081ad9 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

Merge branch 'main' of github.com:noesya/osuny

parents c26acf4f bd1b2fe1
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<%= stylesheet_link_tag 'extranet', media: 'all' %>
<%= javascript_include_tag 'extranet' %>
<%= favicon_link_tag 'favicon.png' %>
<% if current_extranet.color.present? %>
<% if current_extranet.color.present? && current_extranet.color != '#000000' %>
<style>
h1 a {
color: <%= current_extranet.color %>;
......
......@@ -4,9 +4,9 @@
<%= University::Person::Alumnus.model_name.human(count: @cohort.people.count).downcase %>
<% end %>
<p>
<%= @cohort.program %><br>
<p class="mb-5">
<%= @cohort.program.diploma %>
<%= @cohort.program %>
</p>
<%= render 'extranet/persons/list', people: @cohort.people %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment