Skip to content

Commit

Permalink
Remove old ruby: block from proposals haml
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Feb 13, 2024
1 parent ad9b8da commit 30b03c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/views/proposals/_form.html.haml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
:ruby
action_is_edit = @event.persisted?
user_is_admin = current_user&.is_admin?
display_details = user_is_admin || action_is_edit
display_registration = user_is_admin || @program.cfp&.enable_registrations?

%h4
Proposal Information
%hr
Expand Down

0 comments on commit 30b03c4

Please sign in to comment.