Skip to content
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

Dead render partial #7609

Merged
merged 10 commits into from
Jan 28, 2021
Prev Previous commit
Next Next commit
configuration/show - drop dead ui_2 reference
removed in #7189 (6601370)
himdel committed Jan 28, 2021
commit 067663465cad501dcf7964eac32dcb8b85d6c330
2 changes: 0 additions & 2 deletions app/views/configuration/show.html.haml
Original file line number Diff line number Diff line change
@@ -2,8 +2,6 @@
- case @tabform
- when 'ui_1'
= render :partial => 'ui_1'
- when 'ui_2'
= render :partial => 'ui_2'
- when 'ui_3'
= render :partial => 'ui_3'
- when 'ui_4'