Skip to content

Commit

Permalink
clear unsued libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkasun committed Jun 26, 2014
1 parent 2e3eb09 commit 42b9d6b
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 559 deletions.
2 changes: 0 additions & 2 deletions app/models/disk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# inheriting ActiveRecord::Base is not necessary
class Disk #< ActiveRecord::Base

require "disk_tools"

attr_reader :model, :size, :rm
attr_accessor :kname, :partitions

Expand Down
2 changes: 1 addition & 1 deletion app/views/disk_wizards/confirmation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<label style="cursor: pointer" id="debug" class="text-warning" data-toggle="tooltip" data-placement="left" title="No executions takeplace,only list the commands which get executed."> <%= check_box_tag(:debug,1,false,class: 'format') %>
Debug </label>

<%= button_tag(type: "submit", class: "btn btn-success",data: { confirm: "Are you sure?" }) do %>
<%= button_tag(type: "submit", class: "btn btn-success") do %>
Apply <span class="glyphicon glyphicon-ok"></span>
<% end %>
</li>
Expand Down
31 changes: 0 additions & 31 deletions app/views/layouts/basic.html.erb

This file was deleted.

101 changes: 0 additions & 101 deletions app/views/layouts/disk_wizard.html.erb

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/shared/footer.html.erb

This file was deleted.

88 changes: 0 additions & 88 deletions app/views/shared/header.html.erb

This file was deleted.

9 changes: 0 additions & 9 deletions app/views/welcome/index.html.erb

This file was deleted.

75 changes: 0 additions & 75 deletions lib/command.rb

This file was deleted.

7 changes: 0 additions & 7 deletions lib/disk_tools.rb

This file was deleted.

Loading

0 comments on commit 42b9d6b

Please sign in to comment.