From fab62c548f219f72625b46899c6ddf08f8b5ac6f Mon Sep 17 00:00:00 2001 From: Pavel Chipiga Date: Tue, 17 Jan 2012 13:04:50 +0200 Subject: [PATCH] Hide container_path if build_list published. Cleanup translations. Refs #100 --- app/views/build_lists/show.html.haml | 4 +++- config/locales/ru.yml | 13 +------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/app/views/build_lists/show.html.haml b/app/views/build_lists/show.html.haml index 9c7e779c5..1cd64f1e8 100644 --- a/app/views/build_lists/show.html.haml +++ b/app/views/build_lists/show.html.haml @@ -21,7 +21,9 @@ %b = t("activerecord.attributes.build_list.container_path") \: - - if @build_list.container_path.present? + - if @build_list.status == BuildList::BUILD_PUBLISHED + = t("layout.build_lists.container_published") + - elsif @build_list.container_path.present? - container_url = "http://#{request.host_with_port}/downloads#{@build_list.container_path}" = link_to container_url, container_url %p diff --git a/config/locales/ru.yml b/config/locales/ru.yml index f5187e225..595d872b8 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -165,18 +165,6 @@ ru: confirm_clone: Клонировать? clone: Клонировать - roles: - confirm_delete: Вы уверены, что хотите удалить эту роль? - list_header: Роли - list: Список - new: Создать - get_dump: Скачать в YML - from_file: Загрузить из файлa - wrong_file_type: Неверный тип файла - wrong_file_format: Неверный формат файла - successful_load: Все роли успешно загружены - seeding_fail: Ошибка при записи в базу - event_logs: list: Список list_header: Лог событий @@ -334,6 +322,7 @@ ru: cancel_fail: 'При отмене сборки произошла ошибка!' publish_success: 'Сборка поставлена в очередь на публикацию.' publish_fail: 'При публикации сборки произошла ошибка!' + container_published: 'Контейнер размещен в репозитории' build_server_status: header: Статус сборочного сервера