diff --git a/src/stars.tparnell.io/Views/Manage/Index.cshtml b/src/stars.tparnell.io/Views/Manage/Index.cshtml index 595a6c1..662a543 100644 --- a/src/stars.tparnell.io/Views/Manage/Index.cshtml +++ b/src/stars.tparnell.io/Views/Manage/Index.cshtml @@ -2,11 +2,11 @@ @if(Model.Any()) { - @using(Html.BeginForm("AddStars", "Manage", FormMethod.Get)) + @using(Html.BeginForm("AddStars", "Manage", FormMethod.Get, new { id = "formpost" })) {
-

Star your Repos:

+

Star your Repos:

} @@ -17,4 +17,12 @@ else

Congrats! You have stared all your repos

+} +@section scripts{ + } \ No newline at end of file