Skip to content

Commit 1292ae0

Browse files
committed
added proper page title for viewing reports
1 parent 8ff3bd8 commit 1292ae0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/views/reports/_tabs.html.erb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
<%
2+
title = 'Reports'
3+
%>
4+
5+
<% content_for :title, title %>
6+
17
<%= link_to moderator_path, class: 'has-font-size-small' do %>
28
&laquo; Return to moderator tools
39
<% end %>
410

11+
<h1><%= title %></h1>
12+
513
<% global = current_page?(global_users_report_path) ||
614
current_page?(global_subs_report_path) ||
715
current_page?(global_posts_report_path) %>

0 commit comments

Comments
 (0)