Skip to content

Commit

Permalink
Fix indentation in admin views
Browse files Browse the repository at this point in the history
  • Loading branch information
bricesanchez committed Jul 23, 2015
1 parent ab00111 commit 3781ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
edit_url = refinery.edit_portfolio_admin_gallery_path(gallery)
delete_url = refinery.portfolio_admin_gallery_path(gallery)
delete_options = {
class: "cancel confirm-delete",
data: {confirm: t('message', scope: 'refinery.admin.delete', title: gallery.title)}
}
class: "cancel confirm-delete",
data: {confirm: t('message', scope: 'refinery.admin.delete', title: gallery.title)}
}
%>

<li class='clearfix record icons' id="<%= dom_id(gallery) -%>">
Expand Down
4 changes: 2 additions & 2 deletions app/views/refinery/portfolio/admin/items/_item.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
edit_url = refinery.edit_portfolio_admin_item_path(item)
delete_url = refinery.portfolio_admin_item_path(item)
delete_options = {
class: "cancel confirm-delete",
data: {confirm: t('message', scope: 'refinery.admin.delete', title: item.title)}
class: "cancel confirm-delete",
data: {confirm: t('message', scope: 'refinery.admin.delete', title: item.title)}
}
%>

Expand Down

0 comments on commit 3781ca1

Please sign in to comment.