Skip to content

Commit

Permalink
Removes XLS button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattioli committed Jun 24, 2017
1 parent c10094d commit fdc4389
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/views/alumns/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<%= render "layouts/feedback_messages" %>
<section class="content-section" id="alumns-list">
<div class="container">
<%if is_principal? or is_secretary? %>
<%= link_to '<span class="fa fa-file-excel-o"></span> Gerar XLS'.html_safe, alumns_path(format: "xls"),class: 'btn btn-success pull-right' %>
<% end %>
<% @alumns.each do |alumn| %>
<div class="row item">
<div class="col-sm-12 col-md-4">
Expand Down

0 comments on commit fdc4389

Please sign in to comment.