Enter Samples

<% if(@lab_groups.size > 0 || current_user.staff? || current_user.admin?) %> <%= start_form_tag :action => 'add' %> <%= render :partial => 'form' %> <%= submit_tag "Add to Sample Table" %> <%= end_form_tag %> <%= link_to 'Back to List', :action => 'list' %> <% else %>

You need to belong to one or more lab groups before you can see or submit any samples.
Please contact your administrator at <%=h SiteConfig.administrator_email %> if you need
to be added to any lab groups.

<% end %>