Files
2015-GCAT/Rails/app/views/assays/inputfile_error_message.html.erb
T

6 lines
142 B
Plaintext
Raw Normal View History

2015-04-10 15:12:45 -05:00
<div id="form-container">
<h1>Error</h1>
<p>Please resubmit your file.</p>
<%= link_to 'New Assay', new_assay_path%>
<br><br><br>
</div>