mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-10 14:16:28 +08:00
Added back bullets to images in protocol preview in protocol repository.
This commit is contained in:
parent
852dc2eb7e
commit
30a9c283fb
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<strong><%= t("protocols.steps.files") %></strong>
|
<strong><%= t("protocols.steps.files") %></strong>
|
||||||
<ul class="list-unstyled">
|
<ul>
|
||||||
<% assets.each do |asset| %>
|
<% assets.each do |asset| %>
|
||||||
<li>
|
<li>
|
||||||
<% if can_view_or_download_step_assets(@protocol) %>
|
<% if can_view_or_download_step_assets(@protocol) %>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue