diff --git a/app/views/articles/show.html.erb b/app/views/articles/show.html.erb index 053c6d36e..a6bcc5ac2 100644 --- a/app/views/articles/show.html.erb +++ b/app/views/articles/show.html.erb @@ -114,7 +114,10 @@
<%= @user.name %> <% if @organization %> - for <%= @organization.name %> + <%= t("views.articles.for_org_html", + start: tag("span", { class: "color-base-60" }, true), + end: "".html_safe, + org: tag.a(@organization.name, href: @organization.path, class: "crayons-link")) %> <% end %>

<% if @article.published_timestamp.present? %> diff --git a/app/views/users/_profile.html.erb b/app/views/users/_profile.html.erb index 1bec0a1e0..7150f795b 100644 --- a/app/views/users/_profile.html.erb +++ b/app/views/users/_profile.html.erb @@ -157,7 +157,7 @@ <% users_setting = @user.setting %>

-

Branding

+

<%= t("views.settings.group.Branding") %>