Skip to content

Commit 6c0e12f

Browse files
authored
Merge pull request #1 from arbins/addindex
addindexpage
2 parents ada99ca + 322da08 commit 6c0e12f

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.byebug_history
22
.DS_Store
33
public/uploads
4-
tmp/
4+
tmp/

app/assets/stylesheets/application.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
*= require_self
1515
*/
1616
@import "bootstrap-sprockets";
17-
@import "bootstrap";
17+
@import "bootstrap";

app/views/articles/index.html.haml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
%h1 Listing articles
2-
32
%table.table.table-striped
43
%tr
54
%th Title

app/views/articles/show.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212

1313
= link_to 'Edit', edit_article_path(@article)
1414
|
15-
\#{link_to 'Back', articles_path}
15+
\#{link_to 'Back', articles_path}

app/views/layouts/application.html.haml

-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@
4646
.glyphicon.glyphicon-copyright-mark
4747
#{app_name} #{Date.today.year}
4848
= javascript_include_tag 'application'
49-

0 commit comments

Comments
 (0)