Skip to content

Commit 2d4edbf

Browse files
committed
Update show.html.erb
1 parent 34de75a commit 2d4edbf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/views/publications/show.html.erb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
<hr/>
66

77
<dl class="main-section name-details">
8-
<h2>Publication</h2>
8+
<h2>
9+
<%= fa_icon('newspaper', class: 'float-right') %>
10+
Publication
11+
</h2>
912
<%= render partial: 'basic_info', locals: { publication: @publication } %>
1013
<dt>
1114
<%= fa_icon('user-friends') %>

0 commit comments

Comments
 (0)