Browse Source

Improved html.

Martin Edenhofer 8 years ago
parent
commit
1c68fd9a84
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/assets/javascripts/app/views/object_manager/index.jst.eco

+ 1 - 0
app/assets/javascripts/app/views/object_manager/index.jst.eco

@@ -31,6 +31,7 @@
             <%- @T('Changed') %>: <%= item.object %>.<%= item.name %> (<%= item.data_type %>)
           <% end %>
       <% end %>
+      </ul>
     </p>
     <div class="box-controls">
       <div class="btn btn--text btn--secondary js-discard"><%- @T('Discard Changes') %></div>