diff --git a/app/views/admin/communication/websites/index.html.erb b/app/views/admin/communication/websites/index.html.erb index 5d2e263f62912dd352e9debb7614cca966fc9d85..98b938fdd40016e16cd48383b0e8dcb762c57b89 100644 --- a/app/views/admin/communication/websites/index.html.erb +++ b/app/views/admin/communication/websites/index.html.erb @@ -16,7 +16,7 @@ <td><%= link_to website, [:admin, website] %></td> <td><%= link_to website.domain_url, website.domain_url, target: :_blank %></td> <td><%= I18n.t("activerecord.attributes.communication/website.about_#{website.about_type}") %></td> - <td><%= link_to website.about, [:admin, website.about] %></td> + <td><%= link_to website.about, [:admin, website.about] if website.about %></td> <td class="text-end"> <div class="btn-group" role="group"> <%= edit_link website %>