Skip to content

Instantly share code, notes, and snippets.

@rbaty-barr
Last active August 29, 2015 14:06
Show Gist options
  • Save rbaty-barr/aa46c023e44a8a3f2de4 to your computer and use it in GitHub Desktop.
Save rbaty-barr/aa46c023e44a8a3f2de4 to your computer and use it in GitHub Desktop.
popover view
@inherits Umbraco.Web.Mvc.UmbracoViewPage<GlossaryTerm>
@using trainingNetWWW.App_Code;
<a href="#" class="highlight" data-toggle="popover" title="@Model.Text" data-content="@Model.PopoverText">@Model.Text <i class='fa fa-question-circle'></i></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment