diff --git a/app/utils/status-image-formats.coffee b/app/utils/status-image-formats.coffee index 4356464c..e4351d90 100644 --- a/app/utils/status-image-formats.coffee +++ b/app/utils/status-image-formats.coffee @@ -41,7 +41,7 @@ format = (version, slug, branch) -> when 'Textile' then textileStatusImage(url, slug, branch) when 'Rdoc' then rdocStatusImage(url, slug, branch) when 'AsciiDoc' then asciidocStatusImage(url, slug, branch) - when 'Rst' then rstStatusImage(url, slug, branch) + when 'RST' then rstStatusImage(url, slug, branch) when 'Pod' then podStatusImage(url, slug, branch) when 'CCTray' then ccxmlStatusUrl(slug, branch) diff --git a/app/views/status-images.coffee b/app/views/status-images.coffee index b7af6c13..016f38f2 100644 --- a/app/views/status-images.coffee +++ b/app/views/status-images.coffee @@ -17,7 +17,7 @@ View = Ember.View.extend 'Textile', 'Rdoc', 'AsciiDoc', - 'Rst', + 'RST', 'Pod', 'CCTray' ]