File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11.emergence
2+ .data
Original file line number Diff line number Diff line change 295295 { $Role -> Role }
296296 </td >
297297 <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 }
301303 { if $.Session-> hasAccountLevel (' Staff' )}
302304 <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 " >
303305 <span class =" glyphicon glyphicon-edit" ></span >
You can’t perform that action at this time.
0 commit comments