Skip to content

Commit cfe2e2e

Browse files
chapter_3_4_5
1 parent 3d7a312 commit cfe2e2e

17 files changed

+2
-183
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
2-
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
2+
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. # rubocop:disable Layout/LineLength
33

44
require_relative "config/application"
55

app/assets/stylesheets/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ textarea {
4646

4747
// ===== Locale Switcher =====
4848
.locale-switcher {
49-
margin: 20px 0;
49+
margin: 0 20px 0 0;
5050
text-align: right;
5151

5252
ul {

app/controllers/demo_partials_controller.rb

Lines changed: 0 additions & 11 deletions
This file was deleted.

app/controllers/products_controller.rb

Lines changed: 0 additions & 85 deletions
This file was deleted.

app/views/demo_partials/_form.html.erb

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/views/demo_partials/edit.html.erb

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/views/demo_partials/new.html.erb

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/views/products/_form.html.erb

Lines changed: 0 additions & 23 deletions
This file was deleted.

app/views/products/_product.html.erb

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/views/products/_product.json.jbuilder

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)