We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff3bd8 commit 1292ae0Copy full SHA for 1292ae0
1 file changed
app/views/reports/_tabs.html.erb
@@ -1,7 +1,15 @@
1
+<%
2
+ title = 'Reports'
3
+%>
4
+
5
+<% content_for :title, title %>
6
7
<%= link_to moderator_path, class: 'has-font-size-small' do %>
8
« Return to moderator tools
9
<% end %>
10
11
+<h1><%= title %></h1>
12
13
<% global = current_page?(global_users_report_path) ||
14
current_page?(global_subs_report_path) ||
15
current_page?(global_posts_report_path) %>
0 commit comments