From 26c5cf2a051922590a9eab0c5340bf1997be4eef Mon Sep 17 00:00:00 2001 From: Hiro Asari Date: Sat, 25 Jan 2014 09:06:25 -0500 Subject: [PATCH] Add status image example for POD Fixes https://github.com/travis-ci/travis-web/issues/235 Note the height attribute is removed from `#status-image`. We now let browser decide how tall the popup will be. --- assets/scripts/app/templates/status_images.hbs | 4 ++++ assets/scripts/app/views/status_images.coffee | 4 ++++ assets/styles/app/popup.sass | 1 - locales/en.yml | 5 +++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/assets/scripts/app/templates/status_images.hbs b/assets/scripts/app/templates/status_images.hbs index 0f832f2b..18c57d1b 100644 --- a/assets/scripts/app/templates/status_images.hbs +++ b/assets/scripts/app/templates/status_images.hbs @@ -31,3 +31,7 @@

+

+ + +

diff --git a/assets/scripts/app/views/status_images.coffee b/assets/scripts/app/views/status_images.coffee index 935df8d2..a9a9ea88 100644 --- a/assets/scripts/app/views/status_images.coffee +++ b/assets/scripts/app/views/status_images.coffee @@ -55,3 +55,7 @@ Travis.StatusImagesView = Em.View.extend rstStatusImage: (-> ".. image:: #{@get('statusImageUrl')} :target: #{@get('urlRepo')}" ).property('statusImageUrl') + + podStatusImage: (-> + "=for HTML " + ).property('statusImageUrl') diff --git a/assets/styles/app/popup.sass b/assets/styles/app/popup.sass index 08d13cba..c7308790 100644 --- a/assets/styles/app/popup.sass +++ b/assets/styles/app/popup.sass @@ -44,7 +44,6 @@ #status-images display: none width: 600px - height: 250px margin: -95px 0 0 -300px p diff --git a/locales/en.yml b/locales/en.yml index 5ada59da..f84670b4 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -98,7 +98,7 @@ en: stats: Stats status: Status locales: - ca: + ca: de: Deutsch en: English es: EspaƱol @@ -135,6 +135,7 @@ en: image_url: Image URL markdown: Markdown message: Message + pod: POD rdoc: RDOC started_at: Started tabs: @@ -144,7 +145,7 @@ en: current: Current job: Job pull_requests: Pull Requests - test: + test: textile: Textile repository: duration: Duration