Sha256: bd33c7e7e5387476d10ffe313c0c082eceb62bf06e4dbc1e31afede73bd7ac58

Contents?: true

Size: 553 Bytes

Versions: 5

Compression:

Stored size: 553 Bytes

Contents

<html>
<head>
  <title>Cucumber Cinema</title>
  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  <script src="galleria/galleria-1.2.5.min.js"></script>
</head>
<body>
<div id="gallery">
</div>

<script>
    Galleria.loadTheme('galleria/themes/classic/galleria.classic.min.js');
    var data = [
        <%@files.each do |file|%>
        { image: "<%=file%>" }
        <%=end%>

    ];

    $('#gallery').galleria({
        dataSource: data,
        width: 1000,
        height: 500
    });

</script>

</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cucumber-cinema-0.6.2 public/index.html.erb
cucumber-cinema-0.6.1 public/index.html.erb
cucumber-cinema-0.6.0 public/index.html.erb
cucumber-cinema-0.5.0 public/index.html.erb
cucumber-cinema-0.4.2 public/index.html.erb