Project

General

Profile

« Previous | Next » 

Revision 935cc758

Added by Ohad Levy over 14 years ago

  • ID 935cc75821ffbce31e59b039768901c21528f7d8

fixes #129 - Link from hostname on the hosts page is absolute instead of relative (breaking https)

View differences:

app/helpers/hosts_helper.rb
title = os
end
image_tag("hosts/#{image}", :size => "18x18", :title => title) +
link_to(record.shortname, edit_host_url(record))
link_to(record.shortname, edit_host_path(record))
end
def disk_form_column(record, field_name)

Also available in: Unified diff