Skip to content
Snippets Groups Projects
Unverified Commit 691bc256 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

fix

parent e81c5f26
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<%
action = ''
action += link_to t('open'),
posts_communication_extranet_post_url(@post.slug, host: @post.extranet.url, extranet_id: nil),
posts_post_url(@post.slug, host: @post.extranet.url, extranet_id: nil),
target: :_blank,
class: 'btn btn-light btn-xs' if @post.published
%>
......
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