7f2f9c1201
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@638 af16638f-c34d-0410-8cfa-b39d5352b314
17 lines
397 B
Plaintext
17 lines
397 B
Plaintext
<g:if test="${!session.email}">
|
|
<span class="menuButton">
|
|
<g:link controller="user" action="login">Log in</g:link>
|
|
</span>
|
|
</g:if>
|
|
<g:else>
|
|
<!--span class="menuButton">
|
|
<g:link controller="conference" action="list">
|
|
Manage Conferences
|
|
</g:link>
|
|
</span-->
|
|
<span class="menuButton">
|
|
<g:link controller="user" action="logout">
|
|
Log out
|
|
</g:link>
|
|
</span>
|
|
</g:else> |