Commit bc088ecec789f5226ccc01631a41c4ec60ae7e71
1 parent
d2b77d7a
Exists in
master
and in
2 other branches
Adicionando botão de relatório
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
header.html.erb
| ... | ... | @@ -78,6 +78,7 @@ |
| 78 | 78 | <li class="<%=tab_active_class('member_tasks')%>"><a href='/myprofile/<%=profile.identifier%>/tasks?filter_type=AddMember' class='custom-control-panel-manage-tasks'>Gerenciar Novos Membros</a></li> |
| 79 | 79 | <li class="<%=tab_active_class('proposal_tasks')%>"><a href='/myprofile/<%=profile.identifier%>/tasks?filter_type=ProposalsDiscussionPlugin%3A%3AProposalTask' class='custom-control-panel-manage-tasks'>Gerenciar Propostas</a></li> |
| 80 | 80 | <li class="<%=tab_active_class('processed_proposals')%>"><a href='/myprofile/<%=profile.identifier%>/tasks/processed?filter%5Btype%5D=ProposalsDiscussionPlugin%3A%3AProposalTask' class='custom-control-panel-processed-proposals'>Banco de Propostas</a></li> |
| 81 | + <li class="<%=tab_active_class('reports')%>"><a href='/myprofile/<%=profile.identifier%>/plugin/dialoga/send_report' class='custom-control-panel-reports'>Enviar Relatório de Propostas</a></li> | |
| 81 | 82 | <% end %> |
| 82 | 83 | <% if profile.members.by_role(profile.roles.reject {|r| !r.has_permission?('manage_email_templates')}).include?(current_person) %> |
| 83 | 84 | <li class="<%=tab_active_class('email_templates')%>"><a href='/myprofile/<%=profile.identifier%>/profile_email_templates' class='custom-control-panel-manage-email-templates'>Gerenciar Templates de Email</a></li> | ... | ... |