Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to only show repo commit history without profile? #3

Open
dongli opened this issue Apr 8, 2015 · 1 comment
Open

How to only show repo commit history without profile? #3

dongli opened this issue Apr 8, 2015 · 1 comment

Comments

@dongli
Copy link

dongli commented Apr 8, 2015

@akshaykumar6 I would like to only show the commit history in my site like 'news' or 'recent activity', so I used repoActivity, but the repository profile is too big. Could github-js provide an option for this? Like noprofile: true? Thanks in advance!

@akshaykumar6
Copy link
Owner

Right now there is no option for showing only repo activity without profile. I'll add it in next version.

But you can achieve the same using CSS for now.

#myProfile .gt-header{
  display: none;
}

Assuming myProfile is the id for container div.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants