mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
Add data attribute to change status dropdown
This commit is contained in:
parent
2549d9deeb
commit
2c347af7bf
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
<div class="status-name" style="<%= "background-color: #{next_s.color}" %>"><%= next_s.name %></div>
|
||||
</div>
|
||||
</li>
|
||||
<span class="error-message"><% next_s_errors.each do |error| %>
|
||||
<span class="error-message" data-errors-for="next-status"><% next_s_errors.each do |error| %>
|
||||
<%= error %><br>
|
||||
<% end %></span>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue