diff options
| author | Michael <[email protected]> | 2017-05-17 20:28:45 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-17 20:28:45 -0400 |
| commit | 9af5a995d9c2ae37ed02217042d4b73e62f78565 (patch) | |
| tree | e781b7f6a14b0ef9650cbfd51cc14e1aa3f93128 | |
| parent | 59673234655adb792e63acacf645a18e7794edcd (diff) | |
| download | project-unite-9af5a995d9c2ae37ed02217042d4b73e62f78565.tar.gz project-unite-9af5a995d9c2ae37ed02217042d4b73e62f78565.tar.bz2 project-unite-9af5a995d9c2ae37ed02217042d4b73e62f78565.zip | |
fix code styling
| -rw-r--r-- | Project-Unite/Views/Manage/Index.cshtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml index 8794eb2..29a329e 100644 --- a/Project-Unite/Views/Manage/Index.cshtml +++ b/Project-Unite/Views/Manage/Index.cshtml @@ -148,9 +148,7 @@ <strong>@key.AppName @key.Version</strong> <p>@key.AppDescription</p> <pre> - <code> - @key.Id - </code> </pre> </div> <div class="col-xs-4"> |
