????

Your IP : 216.73.216.146


Current Path : C:/inetpub/vhost/redmine/plugins/redmine_people/app/views/people/
Upload File :
Current File : C:/inetpub/vhost/redmine/plugins/redmine_people/app/views/people/context_menu.html.erb

<ul>

  <% if @person.present? %>
    <li><%= context_menu_link l(:button_edit), {:controller => 'people', :action => 'edit', :id => @person}, :class => 'icon icon-edit', :disabled => !@can[:edit] %></li>
  <% else %>
  <% end %>

</ul>