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

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

parents 81456a06 c8ca831a
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ class Communication::Website::Imported::Website < ApplicationRecord
sync_pages
sync_posts
end
handle_asynchronously :run!, queue: 'default'
protected
......
......@@ -30,6 +30,7 @@ class Github
file: local_path,
sha: sha
rescue
# byebug
end
def send_file(attachment, path)
......@@ -48,6 +49,7 @@ class Github
attachment.download,
sha: sha
rescue
# byebug
end
def read_file_at(path)
......
......@@ -5,9 +5,8 @@
<% end %>
<%= render_navigation context: :admin %>
<footer class="text-center">
<%= current_university %>
<br>
<footer class="small my-5">
<hr>
<%= link_to t('terms_of_service'), t('terms_of_service_url'), target: '_blank', rel: 'noreferrer', class: 'sidebar-link' %>
<%= link_to t('privacy_policy'), t('privacy_policy_url'), target: '_blank', rel: 'noreferrer', class: 'sidebar-link' %>
<%= link_to t('cookies_policy'), t('cookies_policy_url'), target: '_blank', rel: 'noreferrer', class: 'sidebar-link' %>
......
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