docbrown/app/views/articles/_conduct_and_abuse_actions.html.erb
yheuhtozr 7613b6caa3
I18nize articles & social_previews (#15097)
* views/articles (main part) etc i18n

* remove ja.yml

* delete a replaced core entry

* Update en.yml

* Update fr.yml

* Update _liquid.html.erb

* Update _single_story.html.erb

* Update en.yml

* Update fr.yml

* Update _liquid.html.erb

* Update discussion_lock_confirm.html.erb

* Update _widget_list_item.html.erb

* Update _single_story.html.erb
2021-10-27 16:21:47 -04:00

5 lines
405 B
Text

<nav class="fs-s align-center block" aria-label="<%= t("views.articles.conduct.aria_label") %>">
<a href="/code-of-conduct" class="crayons-link crayons-link--secondary"><%= t("views.articles.conduct.code") %></a>
<span class="opacity-25 px-2" role="presentation">&bull;</span>
<a href="/report-abuse" class="crayons-link crayons-link--secondary"><%= t("views.articles.conduct.report") %></a>
</nav>