Page MenuHomeGRNET

new.html.erb
No OneTemporary

File Metadata

Created
Thu, Feb 20, 1:42 PM

new.html.erb

<div class="row">
<div class="col-xs-4">
<div class="panel panel-default">
<div class="panel-heading">
<h3>New Pool</h3>
<%= render partial: 'form' %>
</div>
</div>
</div>
</div>

Event Timeline