From 75459d1da082a8cb0d58871dd66a592f6f509a78 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Tue, 27 Aug 2013 19:48:16 +0400 Subject: [PATCH] #281: misprint --- app/views/platforms/repositories/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/platforms/repositories/edit.html.haml b/app/views/platforms/repositories/edit.html.haml index b7550688f..7e6698996 100644 --- a/app/views/platforms/repositories/edit.html.haml +++ b/app/views/platforms/repositories/edit.html.haml @@ -34,7 +34,7 @@ %tr{:class => cycle('odd', 'even')} %td= t("layout.regeneration_statuses.statuses.#{status.human_status}") %td= t("layout.regeneration_statuses.last_regenerated_statuses.#{status.human_regeneration_status}") - %td= link_to_file_store('regeneration.log', @status.last_regenerated_log_sha1) + %td= link_to_file_store('regeneration.log', status.last_regenerated_log_sha1) %td= status.last_regenerated_at - unless @platform.main? %td= status.platform.name