diff --git a/README.md b/README.md index ffc63fe..0f81ece 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Bike-db is an open source project that aims to helpcommunity bicycle projects tr Bike-db is a Ruby on Rails project. The database used is PostGres. -An instance can be seen running at http://secret-earth-4230.herokuapp.com/ +An instance can be seen running at http://recyclery-tracker.herokuapp.com The storyboard / feature list is at https://trello.com/b/ZCZ9sThH/bike-db-app diff --git a/README.rdoc b/README.rdoc deleted file mode 100644 index dd4e97e..0000000 --- a/README.rdoc +++ /dev/null @@ -1,28 +0,0 @@ -== README - -This README would normally document whatever steps are necessary to get the -application up and running. - -Things you may want to cover: - -* Ruby version - -* System dependencies - -* Configuration - -* Database creation - -* Database initialization - -* How to run the test suite - -* Services (job queues, cache servers, search engines, etc.) - -* Deployment instructions - -* ... - - -Please feel free to use a different markup language if you do not plan to run -rake doc:app. diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index f151ac1..d6a0bc6 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -1,17 +1,19 @@ -

Sign in

- -<%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %> -
<%= f.label :email %>
- <%= f.email_field :email, autofocus: true %>
- -
<%= f.label :password %>
- <%= f.password_field :password, autocomplete: "off" %>
- - <% if devise_mapping.rememberable? -%> -
<%= f.check_box :remember_me %> <%= f.label :remember_me %>
- <% end -%> - -
<%= f.submit "Sign in" %>
-<% end %> - -<%= render "devise/shared/links" %> +
+

Sign in

+ + <%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %> +
<%= f.label :email %>
+ <%= f.email_field :email, autofocus: true %>
+ +
<%= f.label :password %>
+ <%= f.password_field :password, autocomplete: "off" %>
+ + <% if devise_mapping.rememberable? -%> +
<%= f.check_box :remember_me %> <%= f.label :remember_me %>
+ <% end -%> + +
<%= f.submit "Sign in" %>
+ <% end %> + + <%= render "devise/shared/links" %> +
diff --git a/app/views/layouts/_head.html.erb b/app/views/layouts/_head.html.erb index a11f103..9ab46ea 100644 --- a/app/views/layouts/_head.html.erb +++ b/app/views/layouts/_head.html.erb @@ -2,7 +2,7 @@ - <%= content_for?(:title) ? yield(:title) : "Bicycle Project Tracker" %> + <%= content_for?(:title) ? yield(:title) : "Bikes & Clients" %> <%= csrf_meta_tags %> <%= stylesheet_link_tag "application", :media => "all", "data-turbolinks-track" => true %> <%= javascript_include_tag "application", "data-turbolinks-track" => true %> diff --git a/app/views/layouts/_navbar.html.erb b/app/views/layouts/_navbar.html.erb index 292511a..2d47e4d 100644 --- a/app/views/layouts/_navbar.html.erb +++ b/app/views/layouts/_navbar.html.erb @@ -6,7 +6,7 @@ - <%= link_to "Bicycle Projects", root_path, :class=>"navbar-brand" %> + <%= link_to "Bikes & Clients", root_path, :class=>"navbar-brand" %>