-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1795 from avcwisesa/topics_view
View For hacktoberfest labeled repo
- Loading branch information
Showing
5 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.hero | ||
h1.hero-title-primary Topic: #{params["topic"]} | ||
|
||
- unless user_signed_in? | ||
= link_to user_github_omniauth_authorize_path, class: 'button', method: :post | ||
| Sign up with GitHub | ||
|
||
hr.section-break | ||
|
||
- if @repos_subs.present? | ||
.repos-list-wrapper | ||
h2.repos-list-title Repos you are currently helping | ||
.hero-repo-list-container | ||
= render 'repo_subscriptions/list', repos_subs: @repos_subs | ||
|
||
hr.section-break | ||
|
||
.repos-list-wrapper | ||
h2.repos-list-title Open source projects on GitHub that need your help. | ||
|
||
section.repo-list-with-pagination | ||
= render "repos_with_pagination", repos: @repos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters