Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(616)

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/Views/Shared/Lockout.cshtml

Issue 194980043: Issue 6: Create an ASP.Net MVC Sample Base URL: https://google-api-dotnet-client.samples.googlecode.com/hg/
Left Patch Set: Import order, dev console link, AssemblyInfo comment Created 9 years, 1 month ago
Right Patch Set: Addressed peleyal's comments Created 8 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Calendar.ASP.NET.MVC5/Views/Shared/Error.cshtml ('k') | Calendar.ASP.NET.MVC5/Views/Shared/_Layout.cshtml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 @* This file is added automatically by the MVC 5 application template. *@ 1 @* This file is added automatically by the MVC 5 application template. *@
2 2
3 @model System.Web.Mvc.HandleErrorInfo 3 @model System.Web.Mvc.HandleErrorInfo
4 4
5 @{ 5 @{
6 ViewBag.Title = "Locked Out"; 6 ViewBag.Title = "Locked Out";
7 } 7 }
8 8
9 <hgroup> 9 <hgroup>
10 <h1 class="text-danger">Locked out.</h1> 10 <h1 class="text-danger">Locked out.</h1>
11 <h2 class="text-danger">This account has been locked out, please try again l ater.</h2> 11 <h2 class="text-danger">This account has been locked out, please try again l ater.</h2>
12 </hgroup> 12 </hgroup>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b