You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/pinned_links/index.html.erb
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,16 @@
1
+
<%
2
+
title = t('mod.tools.pinned_links')
3
+
blurb = t('mod.tools.pinned_links_blurb')
4
+
%>
5
+
6
+
<% content_for :title, title %>
7
+
1
8
<%= link_to moderator_path, class: 'has-font-size-small' do %>
2
9
« Return to moderator tools
3
10
<% end %>
4
11
5
-
<h1>Featured Links</h1>
6
-
<pclass="is-lead">Featured links allow you as a moderator to draw attention to issues or posts of importance to the community. Use them sparingly and only when needed, because they tend to get ignored if used too often.</p>
0 commit comments