Skip to content

Commit

Permalink
Remove incorrect container in slider
Browse files Browse the repository at this point in the history
  • Loading branch information
gertimon committed Dec 7, 2016
1 parent adb031c commit 3fb8e76
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 19 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ Add this line to your application's Gemfile:

gem 'scrivito_elastic_slider_widget'

Add this line to your application stylesheet manifest:

*= require scrivito_elastic_slider_widget

## Localization

The following code represents the default localization for English. Copy it to your `en.yml` and change it if necessary:
Expand Down
3 changes: 0 additions & 3 deletions app/assets/stylesheets/scrivito_elastic_slider_widget.css

This file was deleted.

This file was deleted.

8 changes: 3 additions & 5 deletions app/views/elastic_slider_panel_widget/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<div class="item <%= widget.additional_classes(params) %>">
<%= scrivito_image_tag widget, :image %>
<div class="container">
<div class="carousel-caption">
<div class="content">
<%= scrivito_tag :div, widget, :panel_content %>
</div>
<div class="carousel-caption">
<div class="content">
<%= scrivito_tag :div, widget, :panel_content %>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion lib/scrivito_elastic_slider_widget/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ScrivitoElasticSliderWidget
VERSION = "0.91.0"
VERSION = "0.92.0"
end

0 comments on commit 3fb8e76

Please sign in to comment.