ManageIQ/manageiq-ui-classic

View on GitHub
app/views/generic_object_definition/_show_god.html.haml

Summary

Maintainability
Test Coverage
- if %w(generic_objects).include?(@display)
  = render :partial => "layouts/gtl", :locals => {:action_url => "show/#{@record.id}"}
- else
  = render :partial => 'layouts/textual_groups_generic'

  - if @record.picture
    %hr
      %h3
        = _('Custom Image')
      .form-horizontal
        .form-group
          .col-md-9
            %img{:src => "#{@record.picture.url_path}", :style => "width:100px; height:100px;"}