Skip to content

Commit

Permalink
refactored physical server show
Browse files Browse the repository at this point in the history
  • Loading branch information
MaysaMacedo committed May 8, 2017
1 parent 1e866b0 commit 2dc7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/physical_server/show.html.haml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#main_div
- if %w(physical_servers).include?(@display)
- if %w(physical_server physical_servers).include?(@display)
= render :partial => "layouts/gtl", :locals => {:action_url => "show/#{@record.id}"}
- else
= render :partial => 'layouts/textual_groups_generic'

0 comments on commit 2dc7266

Please sign in to comment.