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

Show tier page #31

Closed
wants to merge 50 commits into from
Closed

Conversation

alexyaoyang
Copy link
Contributor

Changes

  • Added tier (pricing) page.
  • Removed unnecessary nav buttons and added tier button.

@spiliot Only last two commits are new 597b8a5 & b367aa2. Thanks!

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling b367aa2 on alexyaoyang:show-tier-page into * on codebendercc:master*.

<h3>{{ tier.tierName|upper }} PLAN</h3>
</div>
<div class="panel-body text-center">
<p class="lead" style="font-size:40px"><strong>${{ tier.price }} / month</strong></p>
Copy link
Contributor

Choose a reason for hiding this comment

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

This hardcoded dollar sign before the price will be difficult to change in the future if l20n is needed. Instead we could have used a twig currency filter that will make it a breeze to update the code in the future.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@spiliot Installed twig extension and used twig currency filter in latest commit! Thanks!

@spiliot spiliot mentioned this pull request Apr 7, 2016
@spiliot
Copy link
Contributor

spiliot commented Apr 7, 2016

Closing because of #39

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

Successfully merging this pull request may close these issues.

None yet

3 participants