lib/orats/templates/includes/new/rails/app/views/pages/home.html.erb in orats-0.8.0 vs lib/orats/templates/includes/new/rails/app/views/pages/home.html.erb in orats-0.8.1

- old
+ new

@@ -18,43 +18,20 @@ the latest version of orats. </p> <hr/> - <h3>Custom rake tasks</h3> - <pre> - <code> - # backup the database to S3 or any other location - bundle exec rake orats:backup - - # generate a new set of favicons to the public directory - bundle exec rake orats:favicons - </code> - </pre> - - <hr/> - <h3>Trying to figure out what to do next?</h3> <p> Visit the wiki guide for <%= link_to 'what to look at after making a new project', 'https://github.com/nickjj/orats/wiki/What-to-look-at-after-making-a-new-project' %> . </p> <hr/> - <h3>Looking to deploy your application?</h3> - - <p> - Visit the wiki guide - for <%= link_to 'get your application on a server ', 'https://github.com/nickjj/orats/wiki/Get-your-application-on-a-server' %> - . - </p> - - <hr/> - <h3>Want to get rid of the pages controller?</h3> <p> No problem, just follow these steps: <ul> @@ -76,6 +53,6 @@ </div> <div class="col-sm-3"> <%= image_tag '/apple-touch-icon-228x228-precomposed.png', size: '228x228', alt: 'A ruby image I found on Google' %> </div> -</div> \ No newline at end of file +</div>