From b1e2589e00197de598215c6504c7714998d3f095 Mon Sep 17 00:00:00 2001 From: Tyler Mauthe Date: Sun, 23 Oct 2016 14:42:17 -0700 Subject: Renamed to Smashing --- templates/project/Gemfile | 2 +- templates/project/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/project/Gemfile b/templates/project/Gemfile index 1235b37..46fea32 100644 --- a/templates/project/Gemfile +++ b/templates/project/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'dashing' +gem 'smashing' ## Remove this if you don't need a twitter widget. gem 'twitter', '>= 5.9.0' \ No newline at end of file diff --git a/templates/project/README.md b/templates/project/README.md index 260ac2a..d041f84 100644 --- a/templates/project/README.md +++ b/templates/project/README.md @@ -1 +1 @@ -Check out http://shopify.github.com/dashing for more information. \ No newline at end of file +Check out http://smashing.github.io/ for more information. \ No newline at end of file -- cgit v1.2.3 From 73e75f3904a3b59321d04471c78e50688c77db9b Mon Sep 17 00:00:00 2001 From: Jonas Dambacher Date: Wed, 15 Feb 2017 02:17:13 +0100 Subject: Switched background colors for 'danger' and 'warning' --- templates/project/assets/stylesheets/application.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/project/assets/stylesheets/application.scss b/templates/project/assets/stylesheets/application.scss index 451f03e..ef2af59 100644 --- a/templates/project/assets/stylesheets/application.scss +++ b/templates/project/assets/stylesheets/application.scss @@ -8,14 +8,14 @@ $background-color: #222; $text-color: #fff; -$background-warning-color-1: #e82711; -$background-warning-color-2: #9b2d23; -$text-warning-color: #fff; - -$background-danger-color-1: #eeae32; -$background-danger-color-2: #ff9618; +$background-danger-color-1: #e82711; +$background-danger-color-2: #9b2d23; $text-danger-color: #fff; +$background-warning-color-1: #eeae32; +$background-warning-color-2: #ff9618; +$text-warning-color: #fff; + @-webkit-keyframes status-warning-background { 0% { background-color: $background-warning-color-1; } 50% { background-color: $background-warning-color-2; } -- cgit v1.2.3 From 1e076c2f94a1c522a26f4a4e9332800ab4278a56 Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Sat, 25 Mar 2017 17:12:45 +1100 Subject: Update template README.md to have a valid link to the Smashing GitHub pages site --- templates/project/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/project/README.md b/templates/project/README.md index d041f84..7bd2471 100644 --- a/templates/project/README.md +++ b/templates/project/README.md @@ -1 +1 @@ -Check out http://smashing.github.io/ for more information. \ No newline at end of file +Check out http://smashing.github.io/smashing for more information. -- cgit v1.2.3 From 9de9d3c75ca81438b2dd812765a0997a61c0b49f Mon Sep 17 00:00:00 2001 From: Guillaume PATRY Date: Wed, 3 May 2017 11:16:46 +0200 Subject: Fix favicon url Fix the right favicon url to match the correct defaut path : /public/favicon.ico and not /assets/favicon.ico --- templates/project/dashboards/layout.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/project/dashboards/layout.erb b/templates/project/dashboards/layout.erb index eae9785..a578f0c 100644 --- a/templates/project/dashboards/layout.erb +++ b/templates/project/dashboards/layout.erb @@ -13,7 +13,7 @@ - + @@ -29,4 +29,4 @@ Save this layout <% end %> - \ No newline at end of file + -- cgit v1.2.3