</td>
<td class="thin nowrap operations">
<% if active_dashboards.size() > 1 %>
- <%= link_to 'Remove from defaults', {:action => :remove, :id => active.id}, {:confirm => 'Are you sure to remove it from default dashboards ?', :method => :post, :id => "remove-#{u active.name}", :class => 'link-action'} %>
+ <%= link_to 'Remove from defaults', {:action => :remove, :id => active.id}, {:confirm => 'Are you sure to remove it from default dashboards?', :method => :post, :id => "remove-#{u active.name}", :class => 'link-action'} %>
<% end %>
</td>
</tr>
<%= link_to "Change password", { :id => user.id, :action => 'change_password'}, {:id => "change-password-#{u user.login}", :class => 'link-action'} %>
- <%= link_to "Delete", {:action => 'destroy', :id => user.id}, {:confirm => "Warning : are you sure to delete this user ?", :method => 'delete',
+ <%= link_to "Delete", {:action => 'destroy', :id => user.id}, {:confirm => "Warning : are you sure to delete this user?", :method => 'delete',
:id => "delete-#{u user.login}", :class => 'link-action link-red'} %>
</td>
</tr>
<p class="error">
A user with login "<%= @user.login -%>" already exists in the database but is deactivated.<br/>
<br/>
- Do you really want to reactivate this user ?
+ Do you really want to reactivate this user?
</p>
</td>
<tr>