December 2013
Beginner to intermediate
222 pages
5h 13m
English
Our dashboard view gives event organizers and volunteers a good look at most aspects of their event, but it would be nice if they could take some actions from there, too. We’ll add a menu to the dashboard to enable that.
Open TekDays/grails-app/views/dashboard/dashboard.gsp, and add the following code to the top of the <body> section:
| bigger.2/TekDays/grails-app/views/dashboard/dashboard.gsp | |
| | <div class="nav" role="navigation"> |
| | <ul> |
| | <li><a class="home" href="${createLink(uri: '/')}">Home</a></li> |
| | <li><g:link class="create" controller="task" action="create"> Create |
| | Task</g:link></li> |
| | <li><g:link class="create" controller="sponsorship" action="create">Add |
| | Sponsor |
Read now
Unlock full access