scinote-web/app/views/protocols/header/_name_label.html.erb

7 lines
123 B
Text
Raw Normal View History

2018-05-11 18:02:17 +02:00
<h2 style="margin-top: 0;">
2016-07-21 13:11:15 +02:00
<%= @protocol.name %>
<small>
<span class="fas fa-pencil-alt"></span>
2016-07-21 13:11:15 +02:00
</small>
2018-05-11 18:02:17 +02:00
</h2>