Skip to content

Commit

Permalink
[UI] Add new themes to User pages (#9914)
Browse files Browse the repository at this point in the history
* [UI] Add new themes to User pages
  • Loading branch information
martinrrm committed May 8, 2024
1 parent 173905a commit 5d6196b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/NuGetGallery/Views/Users/ApiKeys.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,11 @@
<input name="PushScope" type="radio" value="@NuGetScopes.PackagePush"
data-bind="checked: PushScope, enable: PushNewEnabled,
attr: { id: PackagePushId }" />
<<<<<<< HEAD
<span>@NuGetScopes.Describe(NuGetScopes.PackagePush, Model.IsDeprecationApiEnabled)</span>
=======
<span>@NuGetScopes.Describe(NuGetScopes.PackagePush)</span>
>>>>>>> b23f665fc ([UI] Add new themes to User pages (#9914))
</label>
</div>
</li>
Expand All @@ -379,7 +383,11 @@
<input name="PushScope" type="radio" value="@NuGetScopes.PackagePushVersion"
data-bind="checked: PushScope, enable: PushExistingEnabled,
attr: { id: PackagePushVersionId }" />
<<<<<<< HEAD
<span>@NuGetScopes.Describe(NuGetScopes.PackagePushVersion, Model.IsDeprecationApiEnabled)</span>
=======
<span>@NuGetScopes.Describe(NuGetScopes.PackagePushVersion)</span>
>>>>>>> b23f665fc ([UI] Add new themes to User pages (#9914))
</label>
</div>
</li>
Expand All @@ -391,7 +399,11 @@
<input type="checkbox" value="@NuGetScopes.PackageUnlist"
aria-labelledby="select-scopes-unlist select-scopes"
data-bind="checked: UnlistScopeChecked, enable: UnlistEnabled" />
<<<<<<< HEAD
<span>@NuGetScopes.Describe(NuGetScopes.PackageUnlist, Model.IsDeprecationApiEnabled)</span>
=======
<span>@NuGetScopes.Describe(NuGetScopes.PackageUnlist)</span>
>>>>>>> b23f665fc ([UI] Add new themes to User pages (#9914))
</label>
</div>
</li>
Expand Down

0 comments on commit 5d6196b

Please sign in to comment.