Project

General

Profile

« Previous | Next » 

Revision 77340df8

Added by Ohad Levy about 9 years ago

fixes #10269 - host template preview now opens in a new tab

View differences:

app/helpers/hosts_helper.rb
content_tag(:td, _("%s Template") % kind) +
content_tag(:td,
action_buttons(
display_link_if_authorized(_("Edit"), hash_for_edit_config_template_path(:id => tmplt.to_param), :rel=>"external"),
link_to(_("Review"), url_for(:controller => '/unattended', :action => kind, :hostname => @host.name), :"data-provisioning-template" => true ))
display_link_if_authorized(_("Edit"), hash_for_edit_config_template_path(:id => tmplt.to_param), :rel => "external"),
link_to(_("Review"), url_for(:controller => '/unattended', :action => kind, :hostname => @host.name),
:rel => 'external', :"data-provisioning-template" => true))
)
end
end.join(" ").html_safe

Also available in: Unified diff