Examples of HABPanel Solutions

You need to use a template widget for this, since its html. (For template widgets examples see Template widget - tutorial & examples - make your own widget!)
Then you just have to wrap the part of your template that you want to be clickable to change pages:

<a href="#/view/Wohnung">
... the element which will be clickable and redirect ..
</a>

you can lookup the name of your view easily while browsing on habpanel:

image