aboutsummaryrefslogtreecommitdiff
path: root/src/views/components/dashboard/device.pug
blob: 099a54b69b994b2147c6acda1be6ca1fee261fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
article.device

    div
        p= device.name

    div

        if device.type == "light"
            button Toggle

        - let location = `/devices/${device.id}`
        a(href=location) View