Rename and format ECR files

This commit is contained in:
Alex Ling
2020-06-19 11:34:03 +00:00
parent 841d5051cb
commit 96f98f6c78
31 changed files with 463 additions and 458 deletions

View File

@@ -0,0 +1,8 @@
<div class="uk-form-horizontal">
<select class="uk-select" id="sort-select">
<% hash.each do |k, v| %>
<option id="<%= k %>-up">▲ <%= v %></option>
<option id="<%= k %>-down">▼ <%= v %></option>
<% end %>
</select>
</div>