1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00

Correct url for categories

This commit is contained in:
zeot 2018-09-16 20:51:24 +03:00
parent 6079108b0f
commit 342a86eed1

View File

@ -20,13 +20,13 @@
<h4 class="mb-2 display-1 font-weight-black">
{{ groupName }}
</h4>
<!-- TODO remove duplicates of same a-links -->
<a-link
class="category-title"
openInNewTab
v-for="category in groupCategories[CategoryStatus.finished]"
:key="category.uid"
:url="`https://guide.aelve.com/haskell/${getCategoryUrl(category)}`"
:url="`http://aelve.com:4801/haskell/${getCategoryUrl(category)}`"
>
<h6
class="ml-2 subheading font-weight-bold"
@ -46,7 +46,7 @@
openInNewTab
v-for="category in groupCategories[CategoryStatus.inProgress]"
:key="category.uid"
:url="`https://guide.aelve.com/haskell/${getCategoryUrl(category)}`"
:url="`http://aelve.com:4801/haskell/${getCategoryUrl(category)}`"
>
<h6
class="ml-2 body-1 font-weight-bold"
@ -66,7 +66,7 @@
openInNewTab
v-for="category in groupCategories[CategoryStatus.toBeWritten]"
:key="category.uid"
:url="`https://guide.aelve.com/haskell/${getCategoryUrl(category)}`"
:url="`http://aelve.com:4801/haskell/${getCategoryUrl(category)}`"
>
<h6
class="ml-2 body-1 font-weight-bold"