diff --git a/app/views/plans/_navigation.html.erb b/app/views/plans/_navigation.html.erb index 1319bba..3c926a7 100644 --- a/app/views/plans/_navigation.html.erb +++ b/app/views/plans/_navigation.html.erb @@ -19,10 +19,12 @@ <%= _('Share') %> <% end %> - - + <%# download should be available for any users that the plan is shared with but not reviewers %> + <% if !plan.reviewable_by?(current_user) %> + + <% end %> <% end %>