forked from XeroAPI/xero-ruby-oauth2-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.haml
33 lines (32 loc) · 887 Bytes
/
layout.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
!!!
%html
%head
%title xero-ruby SDK
%link(rel="stylesheet" href="/css/styles.css")
%body
#wrapper
.header
%a{href: "/"}
%img#logo{:src => "/images/xd.svg"}
.flex-container
.main
= yield.html_safe
%nav.sidebar-nav
%ul
%li
%h1 Authentication
%li.links
%a{:href => "/refresh-token"} Refresh Token
%li.links
%a{:href => "/connections"} List Connections
%li.links
%a{:href => "/add-connection"} Add Connection
%li.links
%a{:href => "/disconnect"} Disconnect
%ul
%li
%h1 Accounting API
%li.links
%a{:href => "/invoices"} Get Invoices
%li.links
%a{:href => "/organisation"} Get Organisation