Skip to content

Commit

Permalink
Fixes sf-wdi-25#1, ahh I get it now
Browse files Browse the repository at this point in the history
  • Loading branch information
kranjbar authored and kranjbar committed Feb 5, 2016
1 parent 0033731 commit ab655a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/sidebar/_target_sidebar.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li id="sidebar_<%= sidebar.id %>" class="sidebar-item" data-sortable="sidebar_<%= sidebar.id %>" >
<li id="sidebar_<%= sidebar.id %>" class="sidebar_item" data-sortable="sidebar_<%= sidebar.id %>" >
<%= link_to 'X', admin_sidebar_path(sidebar), {class: 'deletion_link', remote: true, method: :delete, :'data-confirm'=>'Are you sure?'} %>
<%= form_tag admin_sidebar_path(sidebar.id), {remote: true, method: :put} do |f| %>
<div class="active alert <%= class_for_admin_state(sidebar, sortable_index)%>">
Expand Down

0 comments on commit ab655a3

Please sign in to comment.