Fix project_list display. Refs #2261
This commit is contained in:
parent
438bedd226
commit
bdef78fddc
|
@ -25,7 +25,7 @@
|
|||
%b
|
||||
= t("activerecord.attributes.repository.owner")
|
||||
\:
|
||||
= link_to @repository.owner.try(:description), url_for(@repository.owner)
|
||||
= link_to @repository.owner.uname, url_for(@repository.owner)
|
||||
.wat-cf
|
||||
= link_to image_tag("web-app-theme/icons/cross.png", :alt => t("layout.delete")) + " " + t("layout.delete"), @repository_path, :method => "delete", :class => "button", :confirm => t("layout.repositories.confirm_delete")
|
||||
|
||||
|
|
Loading…
Reference in New Issue