This commit is contained in:
Vokhmin Alexey V 2013-08-27 19:48:16 +04:00
parent a51b1e0e9f
commit 75459d1da0
1 changed files with 1 additions and 1 deletions

View File

@ -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