Skip to content

Commit

Permalink
TextAreas under Interactions Character Detail
Browse files Browse the repository at this point in the history
  • Loading branch information
pinual committed Sep 24, 2021
1 parent f08e7ae commit 93f67bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Views/Characters/Details.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
var affected = ((Dictionary<Guid, string>)ViewData["CharacterGuidToName"])[interaction.AffectedCharacter1];
<h4>@affected</h4>
}
<div class = "col-sm-10">@interaction.Explanation</div>
<div class = "col-sm-13">
@Html.TextArea("Explanation", interaction.Explanation, new { @class = "form-control", @rows = 8, @readonly = "readonly" })
</div>
}
}

0 comments on commit 93f67bb

Please sign in to comment.