Files
side-by-side/source/index.haml
T
Vit Brunner b7c12f928b Initial project setup
Featuring:
- middleman setup
- dummy controller and index page
- markdown reader and its qunit tests
- travis integration
2013-06-10 22:30:02 +01:00

15 lines
633 B
Plaintext

!!! 5
%html{"ng-app" => "sideBySide"}
%head
%title Side By Side viewer
%meta{:charset => "utf-8"}
#{stylesheet_link_tag "//fonts.googleapis.com/css?family=Titillium+Web:400,700,400italic,700italic"}
#{stylesheet_link_tag "style"}
= render_partial 'scripts'
%body
%div{:class => "container", "ng-controller" => "comparisonController"}
%div{:class => "verse", "ng-repeat" => "verse in verses"}
%div{:class => "section", "ng-bind" => "verse.section"}
%div{:class => "version", "ng-repeat" => "version in verse.versions"} {{ version }}