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

7 lines
123 B
Plaintext
Raw Normal View History

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