Skip to content

Commit fa43be3

Browse files
YaroSpacejust3ws
authored andcommitted
added header and icon on comments index view
1 parent 26a7355 commit fa43be3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

app/views/comments/index.html.haml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
admin
33

44
.comment-admin
5+
%h2.comments-header
6+
%i.fa.fa-comments
7+
Comments
8+
59
%ul.titles.cf
6-
%li index
7-
%li likes
8-
%li comment
10+
%li Index
11+
%li Likes
12+
%li Comment
913

1014
- @comments.each_with_index do |comment, index|
1115
%ul.comments-list.cf

0 commit comments

Comments
 (0)