Last active
August 29, 2015 14:18
-
-
Save svs/6d10ab0a0fd8ab1c8791 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
html.no-touch[lang="en"] | |
head | |
meta[charset="utf-8"] | |
title | |
| Mobile first web app theme | first | |
meta[name="description" content="mobile first, app, web app, responsive, admin dashboard, flat, flat ui"] | |
meta[name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"] | |
= stylesheet_link_tag 'application', media: 'all' | |
= javascript_include_tag 'application' | |
script src='https://api.tiles.mapbox.com/mapbox.js/v2.1.6/mapbox.js' | |
link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.6/mapbox.css' rel='stylesheet' | |
body.landing[data-spy="scroll" data-target="#header" ng-app="rBusApp"] | |
= render 'layouts/nav' | |
section#content | |
ui-view | |
= render 'layouts/landing' | |
= render 'layouts/routes' | |
= render 'layouts/pay' | |
# layouts/_pay.html.slim | |
script type="text/ng-template" id="pay.html" | |
div#features style="margin-top: 60px" | |
h1 Pay | |
form action="/purchase" method="POST" | |
script src="https://checkout.razorpay.com/v1/checkout.js" data-key="rzp_test_lnKkTFSnkVl4ZI" data-amount="5000" data-name="rBus" data-description="Subscription for April 2015" data-image="" data-prefill.name="Harshil Mathur" data-prefill.email="[email protected]" | |
input type="hidden" value="Hidden Element" name="hidden" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment