This commit is contained in:
Vokhmin Alexey V 2013-01-25 15:51:16 +04:00
parent bf445d9e5e
commit d8b1d68ea9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
.rightlist
- bfp = @build_list.build_for_platform
- if bfp.present?
= link_to(bfp.name, bfp.build_for_platform)
= link_to(bfp.name, bfp)
- else
= t("layout.build_lists.platform_deleted")
.both