File tree 2 files changed +6
-3
lines changed 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
.emergence
2
+ .data
Original file line number Diff line number Diff line change 295
295
{ $Role -> Role }
296
296
</td >
297
297
<td style =" text-align :right " >
298
- <a href =" role_application" data-toggle =" modal" data-role =" { $Role -> ID } " data-role_name =" { $Role -> Role } " data-role_title =" { $Project -> Title } -- { $Role -> Role } " title =" Apply" style =" margin-left : 4px " >
299
- <span class =" glyphicon glyphicon-ok" ></span >
300
- </a >
298
+ { if $.User}
299
+ <a href =" role_application" data-toggle =" modal" data-role =" { $Role -> ID } " data-role_name =" { $Role -> Role } " data-role_title =" { $Project -> Title } -- { $Role -> Role } " title =" Apply" style =" margin-left : 4px " >
300
+ <span class =" glyphicon glyphicon-ok" ></span >
301
+ </a >
302
+ { /if }
301
303
{ if $.Session-> hasAccountLevel (' Staff' )}
302
304
<a href =" role" data-toggle =" modal" data-role_id =" { $Role -> ID } " data-role_name =" { $Role -> Role } " data-role_description =" { $Role -> Description } " data-role_person =" { $Person -> Username } " title =" Edit Role" style =" margin-left : 4px " >
303
305
<span class =" glyphicon glyphicon-edit" ></span >
You can’t perform that action at this time.
0 commit comments