Improve social networks share text
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<div class="sidebar-divider"></div>
|
||||
<h2>Compartir</h2>
|
||||
<div class="social-share-full">
|
||||
<%= render '/legislation/shared/share_buttons', title: @draft_version.title %>
|
||||
<%= render '/legislation/shared/share_buttons', title: t('legislation.shared.share_comment', version_name: @draft_version.title.downcase, process_name: @process.title) %>
|
||||
</div>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
@@ -29,14 +29,14 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="small-12 medium-3 column">
|
||||
<div class="sidebar-divider"></div>
|
||||
<h2>Compartir</h2>
|
||||
<div class="social-share-full">
|
||||
<%= render '/legislation/shared/share_buttons', title: @draft_version.title %>
|
||||
<%= render '/legislation/shared/share_buttons', title: t('legislation.shared.share_comment', version_name: @draft_version.title.downcase, process_name: @process.title) %>
|
||||
</div>
|
||||
</aside>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
<%= render partial: '/comments/comment_tree', locals: { comment_tree: @comment_tree, comment_flags: @comment_flags } %>
|
||||
|
||||
@@ -112,3 +112,4 @@ en:
|
||||
share_twitter: Share on Twitter
|
||||
share_facebook: Share on Facebook
|
||||
share_gplus: Share on Google+
|
||||
share_comment: Comment on %{version_name} from process draft %{process_name}
|
||||
|
||||
@@ -112,3 +112,4 @@ es:
|
||||
share_twitter: Compartir en Twitter
|
||||
share_facebook: Compartir en Facebook
|
||||
share_gplus: Compartir en Google+
|
||||
share_comment: Comentario sobre la %{version_name} del borrador del proceso %{process_name}
|
||||
|
||||
Reference in New Issue
Block a user