Skip to content
Snippets Groups Projects
Unverified Commit bb3f90c3 authored by Sébastien Gaya's avatar Sébastien Gaya Committed by GitHub
Browse files

Update show.html.erb

parent 7130b5b5
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@
<% if @website.locked_at.present? %>
<div class="alert alert-warning">
<p><%= Communication::Website.human_attribute_name(:locked_at) %> : <%= l(@website.locked_at, format: :long) %></p>
<p><%= Communication::Website.human_attribute_name(:locked_at) %> : <%= l(@website.locked_at, format: :long) %> (<%= @website.locked_by_job_id %>)</p>
<%= link_to t('server_admin.websites.unlock_for_background_jobs_btn'), unlock_for_background_jobs_server_website_path(@website), method: :post, class: "btn btn-primary" %>
</div>
<% end %>
......
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