From eb60eb0cafc4e56eb870ad38d8122201d09b2d29 Mon Sep 17 00:00:00 2001 From: amir Date: Fri, 25 Sep 2015 18:55:58 +0330 Subject: [PATCH] Change Rst ro RST RST is abbreviation of reStructuredText. Using Rst is plain wrong, it would be good to use RST or reStructuredText. --- app/utils/status-image-formats.coffee | 2 +- app/views/status-images.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' ]