Skip to content
Snippets Groups Projects
Commit 30adb702 authored by pabois's avatar pabois
Browse files

test

parent 8e461d46
No related branches found
No related tags found
No related merge requests found
......@@ -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 %>
......
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