Skip to content
Snippets Groups Projects
Commit 166f7ef3 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 4d576705
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,12 @@
<%= link_to Communication::Website.human_attribute_name('url'),
website.url,
target: :_blank,
class: 'action' if website.url.present? %></td>
class: 'action' if website.url.present? %>
<%= link_to t('server_admin.websites.git_repo.short'),
website.repository_url,
target: :_blank,
class: 'action' if website.repository.present? %></td>
class: 'action' if website.repository.present? %>
</td>
<td><%= image_tag website.deployment_status_badge,
alt: '' if website.deployment_status_badge.present? %></td>
<td class="js-version">
......
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