Commit e165a9a8 authored by Yuri Resende's avatar Yuri Resende
Browse files

Exibindo botão de editar nota apenas para os coordenadores

parent 604357e4
...@@ -66,10 +66,11 @@ ...@@ -66,10 +66,11 @@
</div> </div>
@if(Auth::user()->tipo == 'coordenador')
<div class='col-2' style='margin-top:1%; padding-left:8%;'> <div class='col-2' style='margin-top:1%; padding-left:8%;'>
<button type='submit' class='btn btn-info btn-sm'>Editar</button> <button type='submit' class='btn btn-info btn-sm'>Editar</button>
</div> </div>
@endif
</form> </form>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment