diff --git a/app/views/server/websites/_list.html.erb b/app/views/server/websites/_list.html.erb index 68a3fc82d7f632716eb54a13c4ae72f067a17805..f28b91765cde003c6e6517db9879b921b5ba7664 100644 --- a/app/views/server/websites/_list.html.erb +++ b/app/views/server/websites/_list.html.erb @@ -3,8 +3,9 @@ <thead> <tr> <th><%= Communication::Website.human_attribute_name('name') %></th> - <th><%= Communication::Website.human_attribute_name('url') %></th> <th><%= Communication::Website.human_attribute_name('admin') %></th> + <th><%= Communication::Website.human_attribute_name('url') %></th> + <th><%= Communication::Website.human_attribute_name('status') %></th> <th><%= University.model_name.human %></th> <th><%= Communication::Website.human_attribute_name('theme_version') %></th> <th></th> @@ -21,6 +22,7 @@ <span class="badge bg-success">Prod</span> <% end %> </td> + <td><%= image_tag website.deployment_status_badge, alt: '' if website.deployment_status_badge.present? %></td> <td><%= link_to website.university, [:server, website.university] %></td> <td> <span class="js-version">