diff options
-rw-r--r-- | app/views/request/_sidebar.rhtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml index 5557f0a6b..e4bedb943 100644 --- a/app/views/request/_sidebar.rhtml +++ b/app/views/request/_sidebar.rhtml @@ -39,6 +39,9 @@ <% end %> <p><%= link_to "Event history details", request_details_url(@info_request) %></p> + + <!-- this links is here for legal reasons, discuss with board and our lawyer before removing --> <p><small><a href="/help/about#commercial">Are you the owner of - any commercial copyright on this page?</a></small></p> + any commercial copyright on this page?</a></small></p> + </div> |