Undev/redmine_stealth

View on GitHub
app/views/hooks/_stealth_settings.html.erb

Summary

Maintainability
Test Coverage
<% if User.current.admin? %>
  <fieldset class="box tabular">
    <legend><%= l(:stealth) %></legend>
    <p>
      <%= form.check_box(:stealth_allowed) %>
    </p>
  </fieldset>
<% end %>