Skip to content

Commit

Permalink
Merge pull request #15 from AhmedKamal1432/test-v0.5
Browse files Browse the repository at this point in the history
Fixes: 1782
  • Loading branch information
cpg committed Aug 25, 2015
2 parents e14e3cb + 2413a94 commit f2fa84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/disk_wizard_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def manage_disk
else
@selected_partiton = Device.find partition
end
if @selected_partiton.fstype.eql?(LVM_FSTYPE)
flash[:error] = %Q[We do not recommend <a href="#" target="_blank">LVM partitions at Amahi and here is why</a>.]
if @selected_partiton.is_a? Partition and @selected_partiton.fstype.eql?(LVM_FSTYPE)
flash[:error] = %Q[The Amahi team does not recommend use of LVM. <a href="https://www.amahi.org/faq/does-amahi-support-lvm" target="_blank">See why</a>.]
end
end

Expand Down

0 comments on commit f2fa84a

Please sign in to comment.