mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
17 lines
421 B
Text
17 lines
421 B
Text
|
<div class="col-md-6">
|
||
|
<div class="panel panel-default experiment-panel">
|
||
|
<div class="panel-heading">
|
||
|
|
||
|
<h3 class="panel-title"><%= t('experiments.new.modal_title') %></h3>
|
||
|
|
||
|
</div>
|
||
|
<div class="panel-body">
|
||
|
<%= link_to fa_icon('plus'),
|
||
|
new_project_experiment_url(@project),
|
||
|
remote: true,
|
||
|
class: 'big-plus' %>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|