Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created March 27, 2018 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmussak/562c48ec38500cfd11f48e196ad462b6 to your computer and use it in GitHub Desktop.
Save vmussak/562c48ec38500cfd11f48e196ad462b6 to your computer and use it in GitHub Desktop.
Componente SurveyPrompt
<div class="alert alert-survey" role="alert">
<span class="glyphicon glyphicon-ok-circle" aria-hidden="true"></span>
<strong>@Title</strong>
Please take our
<a target="_blank" class="alert-link" href="https://go.microsoft.com/fwlink/?linkid=870381">
brief survey
</a>
and tell us what you think.
</div>
@functions
{
public string Title { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment