File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
# Ignore the default SQLite database.
11
11
/db /* .sqlite3
12
+ /config /database.yml
12
13
13
14
# Ignore all logfiles and tempfiles.
14
15
/log /* .log
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > <%= controller_name . capitalize %> | Myers Movie Database</ title >
4
+ < title > <%= controller_name . capitalize %> | Home Movie Database</ title >
5
5
<%= stylesheet_link_tag "application" , :media => "all" %>
6
6
<%= javascript_include_tag "application" %>
7
7
<%= csrf_meta_tags %>
8
8
</ head >
9
9
< body data-controller ="<%= controller_name %> " data-action ="<%= action_name %> ">
10
10
11
11
< hgroup >
12
- < a href ="<%= root_path %> "> < h1 > Myers Movie Database</ h1 > </ a >
12
+ < a href ="<%= root_path %> "> < h1 > Home Movie Database</ h1 > </ a >
13
13
< nav role ="navigation ">
14
14
<%= link_to "Movies" , movies_path %>
15
15
<%= link_to "Actors" , actors_path %>
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < title > Home | Myers Movie Database</ title >
4
+ < title > Home | Home Movie Database</ title >
5
5
<%= stylesheet_link_tag "application" , :media => "all" %>
6
6
<%= javascript_include_tag "application" %>
7
7
<%= csrf_meta_tags %>
8
8
</ head >
9
9
< body data-controller ="<%= controller_name %> " data-action ="<%= action_name %> ">
10
10
11
11
< hgroup >
12
- < h1 > Myers Movie Database</ h1 >
12
+ < h1 > Home Movie Database</ h1 >
13
13
< nav role ="navigation ">
14
14
<%= link_to "Movies" , movies_path %>
15
15
<%= link_to "Actors" , actors_path %>
You can’t perform that action at this time.
0 commit comments