Sha256: 46fc8e908d3acc23edf1d2a123b5c186de5c7618b350e65b167bb8d42abe90a3

Contents?: true

Size: 871 Bytes

Versions: 9

Compression:

Stored size: 871 Bytes

Contents

<!DOCTYPE html>
%html
  %head
    %meta{ charset: "utf-8" }
    %title #{directory.title} - Manga Reader
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
    %script{ type: "text/javascript", src: (assets_url + "js/lib/jquery-1.4.4.js") }
    %script{ type: "text/javascript", src: (assets_url + "js/lib/jquery.ba-bbq.js") }
    %script{ type: "text/javascript", src: (assets_url + "js/show.js") }
    %link{ rel: "stylesheet", type: "text/css", href: (assets_url + "css/style.css") }
    %link{ rel: "stylesheet", type: "text/css", href: (assets_url + "css/show.css") }
    <meta name="HandheldFriendly" content="true" />
    <meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" />
    :javascript
      var pages = #{directory.page_urls.to_json};
  %body
    %img#image{ src: (assets_url + "img/blank.png") }

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
mangos-0.0.6 lib/mangos/templates/show.html.haml
mangos-0.0.5 lib/mangos/templates/show.html.haml
storys-0.0.3 lib/storys/templates/show.html.haml
mangos-0.0.4 lib/mangos/templates/show.html.haml
storys-0.0.2 lib/storys/templates/show.html.haml
mangos-0.0.3 lib/mangos/templates/show.html.haml
mangos-0.0.2 lib/mangos/templates/show.html.haml
storys-0.0.1 lib/storys/templates/show.html.haml
mangos-0.0.1 lib/mangos/templates/show.html.haml