2016-08-22 21:22:05 +08:00
|
|
|
<div class="col-md-6">
|
|
|
|
<div class="panel panel-default experiment-panel">
|
|
|
|
<div class="panel-heading">
|
2019-01-28 23:59:40 +08:00
|
|
|
<%= link_to t('experiments.new.modal_title'),
|
|
|
|
new_project_experiment_url(@project),
|
|
|
|
remote: true,
|
|
|
|
class: 'panel-title new-exp-title' %>
|
2016-08-22 21:22:05 +08:00
|
|
|
</div>
|
|
|
|
<div class="panel-body">
|
2018-03-30 23:03:44 +08:00
|
|
|
<%= link_to new_project_experiment_url(@project),
|
|
|
|
remote: true,
|
|
|
|
class: 'big-plus' do %>
|
2023-06-08 14:33:37 +08:00
|
|
|
<i class="sn-icon sn-icon-new-task"></i>
|
2018-03-30 23:03:44 +08:00
|
|
|
<% end %>
|
2016-08-22 21:22:05 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|