Skip to content

Commit

Permalink
Added version to the display package title
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked authored and pranavkm committed Aug 14, 2012
1 parent d6384cd commit 57aba5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/Views/Packages/DisplayPackage.cshtml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@model DisplayPackageViewModel
@{
ViewBag.Title = Model.Title;
ViewBag.Title = Model.Title + " " + Model.Version;
ViewBag.Tab = "Packages";
Layout = "~/Views/Shared/TwoColumnLayout.cshtml";
}
Expand Down

0 comments on commit 57aba5e

Please sign in to comment.