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

Add a banner when the site is in the Dev, Preview or Staging environments #820

Merged
merged 3 commits into from
Feb 26, 2013

Conversation

analogrelay
Copy link
Contributor

Fixes #207. Continued from #810


@helper NonProductionBanner() {
string message;
if (!String.Equals("production", Configuration.EnvironmentName, StringComparison.OrdinalIgnoreCase) && EnvironmentMessages.TryGetValue(Configuration.EnvironmentName, out message))
Copy link

Choose a reason for hiding this comment

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

No need to compare the string with "production" because it's not in the dictionary anyway.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Indeed :).

analogrelay added a commit that referenced this pull request Feb 26, 2013
Add a banner when the site is in the Dev, Preview or Staging environments
@analogrelay analogrelay merged commit 91e0464 into dev Feb 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant