From 6b65cd57ca20381e7d0f169d7b8cfd7db10e6efb Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 19 Dec 2010 17:57:20 +0530 Subject: deleting trailing whitespaces --- railties/guides/source/layout.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source/layout.html.erb') diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index bb62506f04..09b7d72514 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -106,7 +106,7 @@
<%= yield.html_safe %> - +

Feedback

You're encouraged to help in keeping the quality of this guide. -- cgit v1.2.3 From cc3d6a85715e23393ac2e89e4ed19bb10f5ee1fe Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 19 Dec 2010 21:28:33 +0530 Subject: minor corrections --- railties/guides/source/layout.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'railties/guides/source/layout.html.erb') diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index 09b7d72514..dbb48124d0 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -113,7 +113,7 @@

If you see any typos or factual errors you are confident to - patch please clone <%= link_to 'docrails', 'https://github.com/lifo/docrails' %> + patch, please clone <%= link_to 'docrails', 'https://github.com/lifo/docrails' %> and push the change yourself. That branch of Rails has public write access. Commits are still reviewed, but that happens after you've submitted your contribution. <%= link_to 'docrails', 'https://github.com/lifo/docrails' %> is @@ -123,10 +123,10 @@ You may also find incomplete content, or stuff that is not up to date. Please do add any missing documentation for master. Check the <%= link_to 'Ruby on Rails Guides Guidelines', 'ruby_on_rails_guides_guidelines.html' %> - guide for style and conventions. + for style and conventions.

- Issues may also be reported <%= link_to 'in Github', 'https://github.com/lifo/docrails/issues' %>. + Issues may also be reported in <%= link_to 'Github', 'https://github.com/lifo/docrails/issues' %>.

And last but not least, any kind of discussion regarding Ruby on Rails documentation is very welcome in the <%= link_to 'rubyonrails-docs mailing list', 'http://groups.google.com/group/rubyonrails-docs' %>. -- cgit v1.2.3 From 83e1938916d1d6bc63d3c8031da29d973ec6f41e Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 29 Dec 2010 11:42:11 +0100 Subject: renames the contrib guide in the index --- railties/guides/source/layout.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/guides/source/layout.html.erb') diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index dbb48124d0..91dab18b21 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -75,8 +75,8 @@

Rails on Rack
Creating and Customizing Rails Generators
-
Contributing to Rails
-
Contributing to Rails
+
Contributing to Ruby on Rails
+
Contributing to Ruby on Rails
API Documentation Guidelines
Ruby on Rails Guides Guidelines
-- cgit v1.2.3