We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98239a2 commit 7da9093Copy full SHA for 7da9093
1 file changed
app/views/publications/_publication.html.erb
@@ -37,7 +37,7 @@
37
<%= publication.clean_abstract %>
38
<% end %>
39
<%= modal_button(id, class: 'badge-secondary badge') do %>
40
- <%= fa_icon('ellipsis-h') %>
+ <%= fa_icon('ellipsis-h') %> Text
41
42
43
@@ -53,7 +53,7 @@
53
</li>
54
<li class="list-inline-item m-0">
55
<%= link_to(publication, title: 'See more') do %>
56
- <%= fa_icon('arrow-circle-right') %> Text
+ <%= fa_icon('arrow-circle-right') %>
57
58
59
</ul>
0 commit comments