Commit 3ea4539e by Urvil Shah

Froala Editor Redirect while Creating New.

parent 24d31deb
Pipeline #8066 passed with stages
in 23 minutes 50 seconds
Showing with 1 additions and 1 deletions
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<h2 style="margin:0;padding:0;line-height:normal;">Templates</h2> <h2 style="margin:0;padding:0;line-height:normal;">Templates</h2>
</div> </div>
<div class="col-xs-3"> <div class="col-xs-3">
@Html.ActionLink("Create New", "Create", null, new { @class = "btn btn-primary pull-right" }) @Html.ActionLink("Create New", "CreateFroala", null, new { @class = "btn btn-primary pull-right" })
</div> </div>
</div> </div>
<div id="templates"> <div id="templates">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment