Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fa757c8

Browse files
Modify Title (#631)
1 parent 7c2e9e1 commit fa757c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎app/views/pages/index.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h2>
22
<%= link_to "Open Source example",
33
"https://github.com/shakacode/react-webpack-rails-tutorial/" %> of using the <%= link_to "React on Rails gem", "https://github.com/shakacode/react_on_rails" %>
4+
and the <%= link_to "Shakapacker gem", "https://github.com/shakacode/shakapacker" %>
45
</h2>
56
<h3>Using <%= link_to "Ruby on Rails", "http://rubyonrails.org/" %> with
67
<%= link_to "Action Cable", "http://guides.rubyonrails.org/action_cable_overview.html" %> +

‎client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const Comment = React.forwardRef((props, ref) => {
1919
<div ref={ref}>
2020
<h2 className="js-comment-author text-blue-800">{author}</h2>
2121
<span dangerouslySetInnerHTML={{ __html: sanitizedRawMarkup }} className="js-comment-text" />
22+
<hr />
2223
</div>
2324
);
2425
});

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /