File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 @ReadMePanel(
6060 @<div class =" form-group editable" >
6161 <input type =" url" data-bind =" value: Edit.ReadMe.SourceUrl" name =" Edit.ReadMe.SourceUrl" class =" form-control" id =" ReadMeUrlInput"
62- placeholder =" https://raw.githubusercontent.com/*.md" aria-label =" Enter documentation.md url " />
62+ placeholder =" https://raw.githubusercontent.com/*.md" aria-label =" Enter documentation.md URL " />
6363 <label id =" ReadMeURLLabel" class =" input-group-btn" ></label >
6464 </div >,
6565 "readme-url", active: false)
Original file line number Diff line number Diff line change 125125 <ul class =" list-inline icon-details" role =" presentation" >
126126 <li >
127127 <i class =" ms-Icon ms-Icon--Stopwatch" aria-hidden =" true" ></i >
128- <!-- ko if: Expires -->
129128 <!-- ko if: HasExpired -->
130129 Expired
131130 <!-- /ko -->
132131 <!-- ko ifnot: HasExpired -->
132+ <!-- ko if: Expires -->
133133 Expires <span data-bind =" text: moment(Expires()).fromNow()" ></span >
134134 <!-- /ko -->
135- <!-- /ko -->
136135 <!-- ko ifnot: Expires -->
137136 Never expires
137+ @if (Config.Current.ExpirationInDaysForApiKeyV1 > 0)
138+ {
139+ <text >
140+ (<a href =" https://aka.ms/nugetlegacyapikeys" >if used every
141+ @Config.Current.ExpirationInDaysForApiKeyV1
142+ day@(Config.Current.ExpirationInDaysForApiKeyV1 != 1 ? "s" : string.Empty)</a >)
143+ </text >
144+ }
145+ <!-- /ko -->
138146 <!-- /ko -->
139147 </li >
140148 <li >
Original file line number Diff line number Diff line change 99 <h1 >Password Reset Sent</h1 >
1010
1111 <p >
12- We've sent you an email containing a temporary url that will allow you to reset your NuGet.org
12+ We've sent you an email containing a temporary URL that will allow you to reset your NuGet.org
1313 account password for the next @if (@ViewBag .Expiration == 1 )
1414 {
1515 <text >hour .</text >
You can’t perform that action at this time.
0 commit comments