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

Fix #1679 by cleaning up the latest markers #1746

Merged
merged 2 commits into from
Dec 9, 2013

Conversation

analogrelay
Copy link
Contributor

Fixes #1679

I played with icons and couldn't find good ones. Instead I just used good ol' text :)

Preview:
image

@@ -292,21 +292,27 @@
{
if (packageVersion.Listed || Model.IsOwner(User))
{
<tr class="versionTableRow @if (packageVersion.LatestVersion)
<tr class="versionTableRow @if (packageVersion.LatestStableVersion)
Copy link
Member

Choose a reason for hiding this comment

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

Suggestion:
Y U NO use razor conditional attributes?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I NO write original code, just changed condition :). I'll fix it up.

analogrelay added a commit that referenced this pull request Dec 9, 2013
@analogrelay analogrelay merged commit 1e38642 into master Dec 9, 2013
@analogrelay analogrelay deleted the anurse/1679-cleanuplatestmarker branch April 18, 2014 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants