voten-co / voten

The code that powers voten.co
https://voten.co
Apache License 2.0
1.26k stars 231 forks source link

Fixed submission's header color #280

Closed darorl89 closed 6 years ago

darorl89 commented 6 years ago

Fixed submission's header color resolved as default because of using color (undefined) instead of cover_color.

darorl89 commented 6 years ago
        goBack() {
            history.go(-1);
        }

I add it here as it's the same file. That makes problem, when you enter the submission page from a link, instead from voten, history will take you to the wrong page. It should instead redirect you to the channel. I can handle that now so I just leave it here.

Edit: Added quick fix for it. Accidentially added old file (appointed-users.blade).

saleh-old commented 6 years ago

Very nice PR. Thank you @darorl89