-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ready for Code Review] Q&A 3.0.0 #103
Conversation
class: "cancel confirm-delete", | ||
data: {confirm: t('message', scope: 'refinery.admin.delete', title: gallery.title)} | ||
} | ||
%> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the indentation here seems dubious
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)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
strange indentation
6887cf3
to
8068997
Compare
Is someone could review and merge this PR ? |
@bricesanchez could you revert the indentation back to what it was? i.e.: protected
def some_method
end
private
def another_method
end Instead of: protected
def some_method
end
private
def another_method
end |
It's ready @parndt :) |
[Ready for Code Review] Q&A 3.0.0
Thanks! |
Could you do a code review and merge it if it's good?