Unverified Commit 7821fa8f authored by Yuri Resende's avatar Yuri Resende Committed by GitHub
Browse files

Merge pull request #900 from yuriresendematias/master

Exibindo botão de editar nota apenas para os coordenadores
parents 604357e4 e165a9a8
......@@ -66,10 +66,11 @@
</div>
@if(Auth::user()->tipo == 'coordenador')
<div class='col-2' style='margin-top:1%; padding-left:8%;'>
<button type='submit' class='btn btn-info btn-sm'>Editar</button>
</div>
@endif
</form>
</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