mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 12:38:30 +08:00
Fix align for step content
This commit is contained in:
parent
78b4067c50
commit
443c301ca1
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
||||||
<% assets = ordered_assets(step) %>
|
<% assets = ordered_assets(step) %>
|
||||||
|
<div class="col-xs-12">
|
||||||
<hr>
|
<hr>
|
||||||
<div class="attachments-actions">
|
</div>
|
||||||
|
<div class="col-xs-12 attachments-actions">
|
||||||
|
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h4>
|
<h4>
|
||||||
|
@ -38,7 +40,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="attachments" id="att-<%= step.id %>">
|
<div class="col-xs-12 attachments" id="att-<%= step.id %>">
|
||||||
<% assets.each_with_index do |asset, i| %>
|
<% assets.each_with_index do |asset, i| %>
|
||||||
<% order_atoz = az_ordered_assets_index(step, asset.id) %>
|
<% order_atoz = az_ordered_assets_index(step, asset.id) %>
|
||||||
<% order_ztoa = assets.length - az_ordered_assets_index(step, asset.id) %>
|
<% order_ztoa = assets.length - az_ordered_assets_index(step, asset.id) %>
|
||||||
|
|
Loading…
Reference in a new issue