show profiles good

This commit is contained in:
2023-01-22 11:36:35 +02:00
parent 080e02a1f3
commit a2fe816cc8
8 changed files with 66 additions and 44 deletions

View File

@ -24,11 +24,12 @@
%div= entity.name
%div= entity.value
%div
If you are an artist click
=link_to "here" , new_profile_path(kind: :artist) , class: "underline"
%br
Or a teacher, click
=link_to "here" , new_profile_path(kind: :teacher) , class: "underline"
- unless @member.artist_profile
If you are an artist at Hub Feenix, click
=link_to "here" , new_profile_path(kind: :artist) , class: "underline"
- unless @member.teacher_profile
If you teach at Hub Feenix, click
=link_to "here" , new_profile_path(kind: :teacher) , class: "underline"
- unless @member.member_profile
%div