diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index 3d8463b..7944337 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -4,12 +4,7 @@
WrestlingDev
- <% if @tournament %>
- - <%= link_to "Brackets" , "/tournaments/#{@tournament.id}/brackets" %>
- - <%= link_to "Upcoming Matches" , "/tournaments/#{@tournament.id}/up_matches" %>
- - <%= link_to "Results" , "/tournaments/#{@tournament.id}/results" %>
- - <%= link_to "Team Scores" , "/tournaments/#{@tournament.id}/team_scores" %>
- <% end %>
+
- <%= link_to "About", "/static_pages/about" %>
<% if user_signed_in? %>
- <%=link_to "Log out", destroy_user_session_url ,:method => 'delete' %>
diff --git a/app/views/layouts/_lsidebar.html.erb b/app/views/layouts/_lsidebar.html.erb
new file mode 100644
index 0000000..ea27ae6
--- /dev/null
+++ b/app/views/layouts/_lsidebar.html.erb
@@ -0,0 +1,17 @@
+
+
+
+
+ <% if @tournament %>
+
+
+ Tournament Links
+ - <%= link_to "Brackets" , "/tournaments/#{@tournament.id}/brackets" %>
+ - <%= link_to "Upcoming Matches" , "/tournaments/#{@tournament.id}/up_matches" %>
+ - <%= link_to "Results" , "/tournaments/#{@tournament.id}/results" %>
+ - <%= link_to "Team Scores" , "/tournaments/#{@tournament.id}/team_scores" %>
+
+
+ <% end %>
+
+
\ No newline at end of file
diff --git a/app/views/layouts/_rsidebar.html.erb b/app/views/layouts/_rsidebar.html.erb
index 644d7e2..af1ef11 100644
--- a/app/views/layouts/_rsidebar.html.erb
+++ b/app/views/layouts/_rsidebar.html.erb
@@ -1,5 +1,5 @@
-
+
We've detected that you have an ad blocker enabled! Please consider disabling it for wrestlingdev.com. This site is free for users and supported by ads. Ad blockers also block performance monitoring that help us with user experience.