mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-11 13:32:42 +01:00
9 lines
352 B
Plaintext
9 lines
352 B
Plaintext
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<NzbDrone.Core.Repository.Quality.QualityProfile>" %>
|
|
|
|
<div class="editor-label">
|
|
<%= Html.LabelFor(m => m.Name) %>
|
|
</div>
|
|
<div class="editor-field">
|
|
<%: Html.TextBoxFor(m => m.Name)%>
|
|
<%= Html.ValidationMessageFor(m => m.Name)%>
|
|
</div> |