~amahi-drivers/amahi/amahibuntu

« back to all changes in this revision

Viewing changes to platform/platform/html/app/views/share/_disk_pooling_partition.html.erb

  • Committer: Cale Cunningham
  • Date: 2010-07-06 06:53:28 UTC
  • mfrom: (665.1.18)
  • Revision ID: fspilotcale@gmail.com-20100706065328-uprp44ustgr49c9n
Merged most recent upstream commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                <%= render :partial => 'share/disk_pooling_partition_checkbox', :locals => { :checked => checked, :path => path } %>
14
14
        </td>
15
15
        <td><%= spinner "part-#{path}" %></td>
16
 
        <td align="left"><%= part[:path] -%></td>
 
16
        <td align="left"><%= part[:path] -%><span style="float: right"><%= part[:path] != '/' ? "" : (theme_image_tag("danger") + " &raquo; " + link_to(theme_image_tag("more", :title => 'Greyhole not on root'), "http://wiki.amahi.org/index.php/Greyhole_not_on_root")) %></span></td>
17
17
        <td align="center"><%= number_to_human_size(t) -%></td>
18
18
        <td align="center" class="temperature-<%= spacecolor -%>"><%= number_to_human_size(f) -%></td>
19
19
        <td align="center" class="temperature-<%= spacecolor -%>"><%= number_to_percentage(f/t*100, :precision => 0) -%></td>