This repository was archived by the owner on Mar 7, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
templates/project/widgets Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ <h3><img data-bind-src='current_comment.avatar'/><span data-bind='current_commen
4
4
< p class ="comment " data-bind ='quote '> </ p >
5
5
</ div >
6
6
7
- < p class ="more-info " data-bind ="moreinfo | raw "> </ p >
7
+ < p class ="more-info " data-bind ="moreinfo "> </ p >
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ <h2 class="value" data-bind="current | shortenedNumber | prepend prefix | append
6
6
< i data-bind-class ="arrow "> </ i > < span data-bind ="difference "> </ span >
7
7
</ p >
8
8
9
- < p class ="more-info " data-bind ="moreinfo | raw "> </ p >
9
+ < p class ="more-info " data-bind ="moreinfo "> </ p >
10
10
11
11
< p class ="updated-at " data-bind ="updatedAtMessage "> </ p >
Original file line number Diff line number Diff line change 1
1
< h1 class ="title " data-bind ="title "> </ h1 >
2
2
3
- < h3 data-bind ="text | raw "> </ h3 >
3
+ < h3 data-bind ="text "> </ h3 >
4
4
5
- < p class ="more-info " data-bind ="moreinfo | raw "> </ p >
5
+ < p class ="more-info " data-bind ="moreinfo "> </ p >
6
6
7
7
< p class ="updated-at " data-bind ="updatedAtMessage "> </ p >
You can’t perform that action at this time.
0 commit comments