Project

General

Profile

« Previous | Next » 

Revision a95e602a

Added by Marek Hulán about 7 years ago

Fixes #18783,#18804 - replace inline helps with label helps

View differences:

app/views/nic/bridges/_bridge.html.erb
<%= render 'nic/base_form', :f => f %>
<%= content_tag :span, :class => 'bridge_fields' do %>
<%= text_f f, :attached_devices, :help_inline => popover('', _('comma separated interface identifiers'), :rel => 'popover-modal'), :class => 'attached', :size => "col-md-8", :label_size => "col-md-3" %>
<%= text_f f, :attached_devices, :label_help => _('comma separated interface identifiers'),
:label_help_options => { :rel => 'popover-modal' }, :class => 'attached', :size => "col-md-8", :label_size => "col-md-3" %>
<% end %>
<%= render 'nic/provider_specific_form', :f => f %>

Also available in: Unified diff