Skip to content

Commit

Permalink
Delete unused bento references
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Aug 2, 2017
1 parent 80a96c7 commit accb1bb
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion app/assets/images/images/gradient-dark-nav.png

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/images/images/gradient-light.png

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/images/images/gradient-medium-short.png

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/images/images/right_btn.png

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
//= require jquery.ui.all
//= require jquery_ujs
//
//= require bento/global-navigation.js
//= require jquery.cookie
//= require jquery.pjax

Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/bento/global-navigation.js

This file was deleted.

4 changes: 0 additions & 4 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
*
*/
@import "compass";
@import "bento/reset";
@import "bento/960";
@import "bento/base";
@import "bento/overrides";

@import "style";

1 change: 0 additions & 1 deletion app/assets/stylesheets/bento/960.css

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/stylesheets/bento/base.css

This file was deleted.

10 changes: 0 additions & 10 deletions app/assets/stylesheets/bento/overrides.css

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/stylesheets/bento/reset.css

This file was deleted.

1 change: 0 additions & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<%= javascript_include_tag "/chameleon/js/app.js" %>
<link href="//static.opensuse.org/themes/bento/images/favicon.png" rel="shortcut icon" />
<%= javascript_include_tag "application" %>
<%= javascript_include_tag "/themes/bento/js/l10n/global-navigation-data-#{@lang || "en"}.js" %>
<%= yield :content_for_head %>

Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/download.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<%= javascript_include_tag "/chameleon/js/app.js" %>
<link href="//static.opensuse.org/themes/bento/images/favicon.png" rel="shortcut icon" />
<%= javascript_include_tag "application" %>
<%= javascript_include_tag "/themes/bento/js/l10n/global-navigation-data-#{@lang || "en"}.js" %>
<%= yield :content_for_head %>

Expand Down

0 comments on commit accb1bb

Please sign in to comment.