File tree 5 files changed +9
-60
lines changed
5 files changed +9
-60
lines changed Original file line number Diff line number Diff line change 10
10
],
11
11
"dependencies" : {
12
12
"highlightjs" : " ~9.0.0" ,
13
- "bootstrap" : " ~3.3.6" ,
14
- "marked" : " ~0.3.5"
13
+ "marked" : " ~0.3.5" ,
14
+ "font-awesome" : " Font-Awesome#~4.5.0" ,
15
+ "bootstrap" : " v4.0.0-alpha.2"
15
16
}
16
17
}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ exports.config = {
60
60
} ,
61
61
afterBrunch : [
62
62
'mkdir -p priv/static/fonts' ,
63
- 'cp -f bower_components/bootstrap/dist /fonts/* priv/static/fonts/'
63
+ 'cp -f bower_components/font-awesome /fonts/* priv/static/fonts/'
64
64
]
65
65
} ,
66
66
Original file line number Diff line number Diff line change 6
6
"brunch" : " ^2.0.0" ,
7
7
"clean-css-brunch" : " >= 1.0 < 1.8" ,
8
8
"css-brunch" : " >= 1.0 < 1.8" ,
9
- "jade" : " ^1.11.0" ,
10
- "jade-brunch" : " ^1.8.2" ,
11
9
"javascript-brunch" : " >= 1.0 < 1.8" ,
12
- "less-brunch" : " ^1.8.1" ,
13
- "riot" : " ^2.3.12" ,
14
- "riot-brunch" : " 0.0.2" ,
15
10
"sass-brunch" : " ^1.9.2" ,
16
11
"uglify-js-brunch" : " >= 1.0 < 1.8"
17
12
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ html lang="en"
7
7
meta name="description" content=""
8
8
meta name="author" content=""
9
9
title Cazoc
10
- link rel="stylesheet" href="#{ static_path(@conn, ' /css/app.css')}"
10
+ link rel="stylesheet" href=static_path(@conn," /css/app.css")
11
11
12
12
body
13
13
.container
14
14
.header
15
15
ul.nav.nav-pills.pull-right
16
16
li.dropdown role="presentation"
17
- a.dropdown-toggle data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false" Menu
18
- span.caret
17
+ a.dropdown-toggle data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"
18
+ i.fa.fa-bars
19
19
ul.dropdown-menu
20
20
= if logged_in?(@conn) do
21
21
li = current_author(@conn).name
@@ -32,4 +32,5 @@ html lang="en"
32
32
main role="main"
33
33
= render @view_module, @view_template, assigns
34
34
35
- script src="#{static_path(@conn, '/js/app.js')}"
35
+ script src="https://www.atlasestateagents.co.uk/javascript/tether.min.js"
36
+ script src=static_path(@conn,"/js/app.js")
You can’t perform that action at this time.
0 commit comments