Remove ribbon
This commit is contained in:
parent
493b5e8111
commit
0c22e5662a
@ -28,7 +28,6 @@ import Html
|
|||||||
import Html.Attributes exposing (href, placeholder, readonly, style, value)
|
import Html.Attributes exposing (href, placeholder, readonly, style, value)
|
||||||
import Html.Events exposing (onInput)
|
import Html.Events exposing (onInput)
|
||||||
import Parse exposing (parseUrl)
|
import Parse exposing (parseUrl)
|
||||||
import Ribbon exposing (ribbon)
|
|
||||||
|
|
||||||
|
|
||||||
type Msg
|
type Msg
|
||||||
@ -85,7 +84,6 @@ header : Html msg
|
|||||||
header =
|
header =
|
||||||
Html.header []
|
Html.header []
|
||||||
[ h1 myStyle [ text servicename ]
|
[ h1 myStyle [ text servicename ]
|
||||||
, ribbon repository
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user