fixing permalink

This commit is contained in:
Nicholas Mayne
2014-08-16 17:48:58 +01:00
parent 393902ec85
commit 1a3e88c330

View File

@@ -21,7 +21,7 @@
<fieldset class="permalink">
<label>@T("Permalink")</label>
@if (Model.Settings.AllowCustomPattern) {
<span class="permalink-definition">
<span class="permalink-definition" dir="ltr">
<span>@Url.MakeAbsolute("/")@urlPrefix</span>
<span>@Html.TextBoxFor(m => m.CurrentUrl, new { @class = "text is-url" })</span>
</span>