diff options
Diffstat (limited to 'app/views/companies/show.html.erb')
| -rw-r--r-- | app/views/companies/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/companies/show.html.erb b/app/views/companies/show.html.erb index 8703bbc49..b5c64b691 100644 --- a/app/views/companies/show.html.erb +++ b/app/views/companies/show.html.erb @@ -57,7 +57,7 @@ <% content_for :sidebar do %> <ul class="actions"> <li><%= link_to t('companies.actions.edit'), edit_referential_company_path(@referential, @company), :class => "edit" %></li> - <li><%= link_to t('companys.actions.destroy'), referential_company_path(@referential, @company), :method => :delete, :confirm => t('companies.actions.destroy_confirm'), :class => "remove" %></li> + <li><%= link_to t('companies.actions.destroy'), referential_company_path(@referential, @company), :method => :delete, :confirm => t('companies.actions.destroy_confirm'), :class => "remove" %></li> <br> </ul> <% end %> |
