11# Flutie
22
3- [ ![ Build Status] ( https://travis-ci.org/thoughtbot/flutie.svg?branch=master )] ( https://travis-ci.org/thoughtbot/flutie )
3+ # Flutie [ ![ Build Status] [ ci-image ]] [ ci ] [ ![ Gem Version ] [ version-image ]] [ version ]
44
55Flutie provides some utility view helpers for use with Rails applications.
66
@@ -9,7 +9,7 @@ There are helpers for setting a page title and for generating body classes.
99## Installation & Upgrading
1010
1111Flutie is a Railtie. We support the versions of Ruby and Rails listed in
12- [ .travis .yml] ( .travis .yml ) .
12+ [ .github/workflows/build .yml] ( .github/workflows/build .yml ) .
1313
1414It should be run as a gem and included in your ` Gemfile ` :
1515
@@ -46,7 +46,7 @@ These can be overridden by passing an options hash including `:app_name`,
4646
4747``` ruby
4848content_for(:site_page_title , ' My title of my page' )
49- page_title(: app_name => ' My app name' , : page_title_symbol => :site_page_title , : separator => " | " )
49+ page_title(app_name: ' My app name' , page_title_symbol: :site_page_title , separator: " | " )
5050```
5151
5252would produce:
@@ -60,7 +60,7 @@ values by using the `:reverse` option. For example:
6060
6161``` ruby
6262content_for(:site_page_title , ' My title of my page' )
63- page_title(: app_name => ' My app name' , : page_title_symbol => :site_page_title , reverse: true )
63+ page_title(app_name: ' My app name' , page_title_symbol: :site_page_title , reverse: true )
6464```
6565
6666would produce:
@@ -98,9 +98,13 @@ would produce:
9898<body class =" widgets widgets-show special-page" >
9999```
100100
101- ## How to contribute
101+ ## Contributing
102102
103- Please see the [ CONTRIBUTING] ( CONTRIBUTING.md ) file for details.
103+ See the [ CONTRIBUTING] document.
104+ Thank you, [ contributors] !
105+
106+ [ CONTRIBUTING ] : CONTRIBUTING.md
107+ [ contributors ] : https://github.com/thoughtbot/flutie/graphs/contributors
104108
105109## Credits
106110
@@ -121,3 +125,25 @@ Flutie is Copyright © 2010 thoughtbot, inc. It is free software, and may be
121125redistributed under the terms specified in the [ LICENSE] ( LICENSE ) file.
122126
123127[ the contributors ] : https://github.com/thoughtbot/flutie/contributors
128+
129+ <!-- START /templates/footer.md -->
130+ ## About thoughtbot
131+
132+ ![ thoughtbot] ( https://thoughtbot.com/thoughtbot-logo-for-readmes.svg )
133+
134+ This repo is maintained and funded by thoughtbot, inc.
135+ The names and logos for thoughtbot are trademarks of thoughtbot, inc.
136+
137+ We love open source software!
138+ See [ our other projects] [ community ] .
139+ We are [ available for hire] [ hire ] .
140+
141+ [ community ] : https://thoughtbot.com/community?utm_source=github
142+ [ hire ] : https://thoughtbot.com/hire-us?utm_source=github
143+
144+ <!-- END /templates/footer.md -->
145+
146+ [ ci-image ] : https://github.com/thoughtbot/flutie/actions/workflows/build.yml/badge.svg?branch=main
147+ [ ci ] : https://github.com/thoughtbot/flutie/actions?query=workflow%3ABuild+branch%3Amain
148+ [ version-image ] : https://badge.fury.io/rb/flutie.svg
149+ [ version ] : https://badge.fury.io/rb/flutie
0 commit comments