mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-26 19:16:49 +00:00
Merge (waterfall)
This commit is contained in:
parent
16a5e62784
commit
6f5cf34c67
1 changed files with 0 additions and 7 deletions
|
@ -178,17 +178,10 @@ view addr model =
|
||||||
|
|
||||||
in
|
in
|
||||||
Layout.view (Signal.forwardTo addr LayoutAction) model.layout
|
Layout.view (Signal.forwardTo addr LayoutAction) model.layout
|
||||||
<<<<<<< HEAD
|
|
||||||
{ header = Just header
|
|
||||||
, drawer = Just drawer
|
|
||||||
, tabs = Just tabTitles
|
|
||||||
, main = [ stylesheet, top ]
|
|
||||||
=======
|
|
||||||
{ header = header
|
{ header = header
|
||||||
, drawer = drawer
|
, drawer = drawer
|
||||||
, tabs = tabTitles
|
, tabs = tabTitles
|
||||||
, main = [ top ]
|
, main = [ top ]
|
||||||
>>>>>>> waterfall
|
|
||||||
}
|
}
|
||||||
{- The following line is not needed when you manually set up
|
{- The following line is not needed when you manually set up
|
||||||
your html, as done with page.html. Removing it will then
|
your html, as done with page.html. Removing it will then
|
||||||
|
|
Loading…
Reference in a new issue