diff --git a/app/views/organisations/logs.html.erb b/app/views/organisations/logs.html.erb
index 3b03e55e4..a11560ddd 100644
--- a/app/views/organisations/logs.html.erb
+++ b/app/views/organisations/logs.html.erb
@@ -14,7 +14,12 @@
- <%= govuk_button_to "Create a new lettings log for this organisation", lettings_logs_path(lettings_log: { owning_organisation_id: @organisation.id }, method: :post) %>
+ <% if current_page?(:controller => 'organisations', :action => 'lettings_logs') %>
+ <%= govuk_button_to "Create a new lettings log for this organisation", lettings_logs_path(lettings_log: { owning_organisation_id: @organisation.id }, method: :post) %>
+ <% end %>
+ <% if current_page?(:controller => 'organisations', :action => 'sales_logs') %>
+ <%= govuk_button_to "Create a new sales log for this organisation", sales_logs_path(sales_log: { owning_organisation_id: @organisation.id }, method: :post) %>
+ <% end %>
<%= render partial: "logs/log_filters" %>