New project link changed to a bigger button (#73)
Changed the New project link in user profile into a bigger button ![preview](https://i.imgur.com/JHb9hyK.png) Reviewed-on: hmn/hmn#73 Co-authored-by: giggs <darkgiggsxx@gmail.com> Co-committed-by: giggs <darkgiggsxx@gmail.com>
This commit is contained in:
parent
4b3e38ee02
commit
12d2fab1b8
|
@ -135,7 +135,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .OwnProfile }}
|
{{ if .OwnProfile }}
|
||||||
{{ if .CanAddProject }}
|
{{ if .CanAddProject }}
|
||||||
<a href="{{ .NewProjectUrl }}">+ New Project</a>
|
<a href="{{ .NewProjectUrl }}" class="button pv2 ph3">Add New Project</a>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<span class="c--dim i">You have reached the maximum number of personal projects.</span>
|
<span class="c--dim i">You have reached the maximum number of personal projects.</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue