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

fixes #1 hollow cirlces and font #13

Closed
wants to merge 4 commits into from
Closed

Conversation

alexpsu
Copy link

@alexpsu alexpsu commented Feb 5, 2016

fixes #1, the first issue dealing with inconsistent font and bullet points.

@nathanallen
Copy link
Contributor

There is no issue 11, which issue are you referencing?

@nathanallen
Copy link
Contributor

Will not merge.

This pull request introduces a redundant style.

See app/assets/stylesheets/user-styles.css#L31

@alexpsu alexpsu changed the title Fixed hollow cirlces and font fixes #1 hollow cirlces and font Feb 5, 2016
year = entry.year.to_i
{
name: I18n.l(Date.new(year, month), format: '%B %Y'),
month: month - 1,
month: month-1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This syntax violates our ruby style guide. https://github.com/bbatsov/ruby-style-guide#spaces-operators

I think this will fail if you run rubocop

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

Successfully merging this pull request may close these issues.

Inconsistent Sidebar Styles
3 participants