Browse Source

调整资源位置,用户页和团队页可用

master
大石头 3 years ago
parent
commit
f78a6c4725
  1. 8
      GitCandy.Web/GitCandy.Web.csproj
  2. 1
      GitCandy.Web/Program.cs
  3. 32
      GitCandy.Web/Views/Account/Ssh.cshtml
  4. 529
      GitCandy.Web/Views/Setting/Edit.generated.cs
  5. 131
      GitCandy.Web/Views/Setting/ReGenSsh.generated.cs
  6. 131
      GitCandy.Web/Views/Setting/Restart.generated.cs
  7. 0
      GitCandy.Web/wwwroot/Content/Cube.css
  8. 0
      GitCandy.Web/wwwroot/Content/Site.css
  9. 0
      GitCandy.Web/wwwroot/Content/bootstrap-switch.css
  10. 0
      GitCandy.Web/wwwroot/Content/bootstrap-theme.css
  11. 0
      GitCandy.Web/wwwroot/Content/bootstrap-theme.min.css
  12. 0
      GitCandy.Web/wwwroot/Content/bootstrap.css
  13. 0
      GitCandy.Web/wwwroot/Content/bootstrap.min.css
  14. 0
      GitCandy.Web/wwwroot/Content/highlight.css
  15. 0
      GitCandy.Web/wwwroot/Scripts/_references.js
  16. 0
      GitCandy.Web/wwwroot/Scripts/bootstrap-switch.js
  17. 0
      GitCandy.Web/wwwroot/Scripts/bootstrap.js
  18. 0
      GitCandy.Web/wwwroot/Scripts/bootstrap.min.js
  19. 0
      GitCandy.Web/wwwroot/Scripts/bootstrap3-typeahead.js
  20. 0
      GitCandy.Web/wwwroot/Scripts/common.js
  21. 0
      GitCandy.Web/wwwroot/Scripts/highlight.pack.js
  22. 0
      GitCandy.Web/wwwroot/Scripts/jquery-2.0.3.intellisense.js
  23. 0
      GitCandy.Web/wwwroot/Scripts/jquery-2.0.3.js
  24. 0
      GitCandy.Web/wwwroot/Scripts/marked.js
  25. 0
      GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.eot
  26. 0
      GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.svg
  27. 0
      GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.ttf
  28. 0
      GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.woff
  29. 0
      GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.woff2

8
GitCandy.Web/GitCandy.Web.csproj

@ -39,10 +39,6 @@
<Compile Remove="Git\GitSshService.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="Views\Account\Ssh.cshtml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
<PackageReference Include="NewLife.Core" Version="10.0.2022.1001" />
@ -56,9 +52,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Areas\GitCandy\Views\User\" />
<Folder Include="Filters\" />
<Folder Include="Services\" />
<EmbeddedResource Include="wwwroot\**\*" />
</ItemGroup>
</Project>

1
GitCandy.Web/Program.cs

@ -57,6 +57,7 @@ else
app.UseExceptionHandler("/CubeHome/Error");
app.UseResponseCompression();
app.UseStaticFiles();
// 使用魔方
app.UseCube(app.Environment);

32
GitCandy.Web/Views/Account/Ssh.cshtml

@ -1,32 +0,0 @@
@model GitCandy.Models.SshModel
@using NewLife.Serialization;
@{
ViewBag.Title = String.Format(SR.Shared_TitleFormat, SR.Account_SshKeys);
}
<h4>@SR.Account_SshKeys</h4>
@if (Model != null)
{
<span>@SR.Account_SSH</span>
<div id="choose_ssh"></div>
<script type="text/javascript">
var user = "@Model.Username";
var chooser_params = [];
chooser_params.push(
{
data: @Html.Raw(Model.SshKeys.ToJson()),
container: "#choose_ssh",
add_label: "@SR.Shared_Add",
del_label: "@SR.Shared_Remove",
use_ret_val: true,
first_width: 5,
add_action: { url: "@Url.Action("ChooseSsh", "Account")", query: function (item) { return { user: user, sshkey: item, act: "add" }; } },
del_action: { url: "@Url.Action("ChooseSsh", "Account")", query: function (item) { return { user: user, sshkey: item, act: "del" }; } },
action_array: []
});
</script>
}
@Html.ActionLink(SR.Shared_Back, "Detail", new { Name = Model.Username }, new { @class = "btn btn-default" })

529
GitCandy.Web/Views/Setting/Edit.generated.cs

@ -1,529 +0,0 @@
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASP
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Web;
using System.Web.Helpers;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using System.Web.Mvc.Html;
using System.Web.Routing;
using System.Web.Security;
using System.Web.UI;
using System.Web.WebPages;
using GitCandy;
using GitCandy.Base;
using GitCandy.Configuration;
using GitCandy.Extensions;
using GitCandy.Models;
using GitCandy.Web;
using GitCandy.Web.App_GlobalResources;
using NewLife;
using NewLife.Cube;
using NewLife.Reflection;
using NewLife.Serialization;
using NewLife.Web;
using XCode;
using XCode.Membership;
[System.CodeDom.Compiler.GeneratedCodeAttribute("RazorGenerator", "2.0.0.0")]
[System.Web.WebPages.PageVirtualPathAttribute("~/Views/Setting/Edit.cshtml")]
public partial class _Views_Setting_Edit_cshtml : System.Web.Mvc.WebViewPage<GitCandy.Models.SettingModel>
{
public _Views_Setting_Edit_cshtml()
{
}
public override void Execute()
{
#line 3 "..\..\Views\Setting\Edit.cshtml"
ViewBag.Title = String.Format(SR.Shared_TitleFormat, SR.Setting_EditTitle);
#line default
#line hidden
WriteLiteral("\r\n\r\n<h4>");
#line 7 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Setting_EditTitle);
#line default
#line hidden
WriteLiteral("</h4>\r\n\r\n\r\n");
#line 10 "..\..\Views\Setting\Edit.cshtml"
using (Html.BeginForm("Edit", "Setting", FormMethod.Post))
{
#line default
#line hidden
WriteLiteral(" <dl");
WriteLiteral(" class=\"dl-horizontal col-md-8\"");
WriteLiteral(">\r\n <dt>");
#line 13 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.IsPublicServer));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>\r\n <div");
WriteLiteral(" class=\"switch\"");
WriteLiteral(" data-on-label=\"");
#line 15 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_Yes);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(" data-off-label=\"");
#line 15 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_No);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 16 "..\..\Views\Setting\Edit.cshtml"
Write(Html.CheckBoxFor(s => s.IsPublicServer, new { data_size = "small" }));
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n </dd>\r\n\r\n <dt>");
#line 20 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.ForceSsl));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>\r\n <div");
WriteLiteral(" class=\"switch\"");
WriteLiteral(" data-on-label=\"");
#line 22 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_Yes);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(" data-off-label=\"");
#line 22 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_No);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 23 "..\..\Views\Setting\Edit.cshtml"
Write(Html.CheckBoxFor(s => s.ForceSsl, new { data_size = "small" }));
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n </dd>\r\n\r\n <dt>");
#line 27 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.SslPort));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>");
#line 28 "..\..\Views\Setting\Edit.cshtml"
Write(Html.TextBoxFor(s => s.SslPort, new { @class = "form-control" }));
#line default
#line hidden
WriteLiteral("</dd>\r\n\r\n <dt>");
#line 30 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.LocalSkipCustomError));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>\r\n <div");
WriteLiteral(" class=\"switch\"");
WriteLiteral(" data-on-label=\"");
#line 32 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_Yes);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(" data-off-label=\"");
#line 32 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_No);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 33 "..\..\Views\Setting\Edit.cshtml"
Write(Html.CheckBoxFor(s => s.LocalSkipCustomError, new { data_size = "small" }));
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n </dd>\r\n\r\n <dt>");
#line 37 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.AllowRegisterUser));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>\r\n <div");
WriteLiteral(" class=\"switch\"");
WriteLiteral(" data-on-label=\"");
#line 39 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_Yes);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(" data-off-label=\"");
#line 39 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_No);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 40 "..\..\Views\Setting\Edit.cshtml"
Write(Html.CheckBoxFor(s => s.AllowRegisterUser, new { data_size = "small" }));
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n </dd>\r\n\r\n <dt>");
#line 44 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.AllowRepositoryCreation));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>\r\n <div");
WriteLiteral(" class=\"switch\"");
WriteLiteral(" data-on-label=\"");
#line 46 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_Yes);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(" data-off-label=\"");
#line 46 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_No);
#line default
#line hidden
WriteLiteral("\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 47 "..\..\Views\Setting\Edit.cshtml"
Write(Html.CheckBoxFor(s => s.AllowRepositoryCreation, new { data_size = "small" }));
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n </dd>\r\n\r\n <dt>");
#line 51 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.RepositoryPath));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>");
#line 52 "..\..\Views\Setting\Edit.cshtml"
Write(Html.TextBoxFor(s => s.RepositoryPath, new { @class = "form-control" }));
#line default
#line hidden
WriteLiteral("</dd>\r\n\r\n <dt>");
#line 54 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.CachePath));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>");
#line 55 "..\..\Views\Setting\Edit.cshtml"
Write(Html.TextBoxFor(s => s.CachePath, new { @class = "form-control" }));
#line default
#line hidden
WriteLiteral("</dd>\r\n\r\n <dt>");
#line 57 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.GitCorePath));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>");
#line 58 "..\..\Views\Setting\Edit.cshtml"
Write(Html.TextBoxFor(s => s.GitCorePath, new { @class = "form-control" }));
#line default
#line hidden
WriteLiteral("</dd>\r\n\r\n <dt>");
#line 60 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.NumberOfCommitsPerPage));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>");
#line 61 "..\..\Views\Setting\Edit.cshtml"
Write(Html.TextBoxFor(s => s.NumberOfCommitsPerPage, new { @class = "form-control" }));
#line default
#line hidden
WriteLiteral("</dd>\r\n\r\n <dt>");
#line 63 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.NumberOfItemsPerList));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>");
#line 64 "..\..\Views\Setting\Edit.cshtml"
Write(Html.TextBoxFor(s => s.NumberOfItemsPerList, new { @class = "form-control" }));
#line default
#line hidden
WriteLiteral("</dd>\r\n\r\n <dt>");
#line 66 "..\..\Views\Setting\Edit.cshtml"
Write(Html.DisplayNameFor(s => s.NumberOfRepositoryContributors));
#line default
#line hidden
WriteLiteral("</dt>\r\n <dd>");
#line 67 "..\..\Views\Setting\Edit.cshtml"
Write(Html.TextBoxFor(s => s.NumberOfRepositoryContributors, new { @class = "form-control" }));
#line default
#line hidden
WriteLiteral("</dd>\r\n\r\n");
#line 69 "..\..\Views\Setting\Edit.cshtml"
#line default
#line hidden
#line 69 "..\..\Views\Setting\Edit.cshtml"
if (!ViewData.ModelState.IsValid)
{
#line default
#line hidden
WriteLiteral(" <dt></dt>\r\n");
WriteLiteral(" <dd>");
#line 72 "..\..\Views\Setting\Edit.cshtml"
Write(Html.ValidationSummary(true, SR.Setting_UpdateSettingsUnsuccessfull, new { @class = "alert alert-dismissable alert-danger" }));
#line default
#line hidden
WriteLiteral("</dd>\r\n");
#line 73 "..\..\Views\Setting\Edit.cshtml"
}
#line default
#line hidden
WriteLiteral("\r\n <dt></dt>\r\n <dd>\r\n <button");
WriteLiteral(" type=\"submit\"");
WriteLiteral(" class=\"btn btn-primary\"");
WriteLiteral(">");
#line 77 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_Save);
#line default
#line hidden
WriteLiteral("</button> &nbsp;\r\n <button");
WriteLiteral(" type=\"reset\"");
WriteLiteral(" class=\"btn btn-inverse\"");
WriteLiteral(">");
#line 78 "..\..\Views\Setting\Edit.cshtml"
Write(SR.Shared_Reset);
#line default
#line hidden
WriteLiteral("</button> &nbsp;\r\n");
WriteLiteral(" ");
#line 79 "..\..\Views\Setting\Edit.cshtml"
Write(Html.ActionLink(SR.Shared_Restart, "Restart", null, new { @class = "btn btn-danger" }));
#line default
#line hidden
WriteLiteral(" &nbsp;\r\n </dd>\r\n </dl>\r\n");
#line 82 "..\..\Views\Setting\Edit.cshtml"
}
#line default
#line hidden
}
}
}
#pragma warning restore 1591

131
GitCandy.Web/Views/Setting/ReGenSsh.generated.cs

@ -1,131 +0,0 @@
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASP
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Web;
using System.Web.Helpers;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using System.Web.Mvc.Html;
using System.Web.Routing;
using System.Web.Security;
using System.Web.UI;
using System.Web.WebPages;
using GitCandy;
using GitCandy.Web.App_GlobalResources;
using GitCandy.Base;
using GitCandy.Configuration;
using GitCandy.Extensions;
using GitCandy.Models;
using NewLife;
using NewLife.Cube;
using NewLife.Reflection;
using NewLife.Serialization;
using NewLife.Web;
using XCode;
using XCode.Membership;
[System.CodeDom.Compiler.GeneratedCodeAttribute("RazorGenerator", "2.0.0.0")]
[System.Web.WebPages.PageVirtualPathAttribute("~/Views/Setting/ReGenSsh.cshtml")]
public partial class _Views_Setting_ReGenSsh_cshtml : System.Web.Mvc.WebViewPage<dynamic>
{
public _Views_Setting_ReGenSsh_cshtml()
{
}
public override void Execute()
{
#line 1 "..\..\Views\Setting\ReGenSsh.cshtml"
ViewBag.Title = String.Format(SR.Shared_TitleFormat, String.Format(SR.Setting_ReGenSshTitle));
#line default
#line hidden
WriteLiteral("\r\n\r\n<div");
WriteLiteral(" class=\"panel panel-danger\"");
WriteLiteral(">\r\n <div");
WriteLiteral(" class=\"panel-heading\"");
WriteLiteral(">\r\n <h4");
WriteLiteral(" class=\"panel-title\"");
WriteLiteral(">");
#line 7 "..\..\Views\Setting\ReGenSsh.cshtml"
Write(SR.Shared_Conform);
#line default
#line hidden
WriteLiteral("</h4>\r\n </div>\r\n <div");
WriteLiteral(" class=\"panel-body\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 10 "..\..\Views\Setting\ReGenSsh.cshtml"
Write(SR.Setting_ReGenSshWords);
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n</div>\r\n\r\n<div>\r\n <div");
WriteLiteral(" class=\"pull-left\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 16 "..\..\Views\Setting\ReGenSsh.cshtml"
Write(Html.ActionLink(SR.Shared_Back, "Edit", "Setting", null, new { @class = "btn btn-default" }));
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n <div");
WriteLiteral(" class=\"pull-right\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 19 "..\..\Views\Setting\ReGenSsh.cshtml"
Write(Html.ActionLink(SR.Shared_Generate, "ReGenSsh", "Setting", new { Conform = "Yes" }, new { @class = "btn btn-danger" }));
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n</div>\r\n");
}
}
}
#pragma warning restore 1591

131
GitCandy.Web/Views/Setting/Restart.generated.cs

@ -1,131 +0,0 @@
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASP
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Web;
using System.Web.Helpers;
using System.Web.Mvc;
using System.Web.Mvc.Ajax;
using System.Web.Mvc.Html;
using System.Web.Routing;
using System.Web.Security;
using System.Web.UI;
using System.Web.WebPages;
using GitCandy;
using GitCandy.Web.App_GlobalResources;
using GitCandy.Base;
using GitCandy.Configuration;
using GitCandy.Extensions;
using GitCandy.Models;
using NewLife;
using NewLife.Cube;
using NewLife.Reflection;
using NewLife.Serialization;
using NewLife.Web;
using XCode;
using XCode.Membership;
[System.CodeDom.Compiler.GeneratedCodeAttribute("RazorGenerator", "2.0.0.0")]
[System.Web.WebPages.PageVirtualPathAttribute("~/Views/Setting/Restart.cshtml")]
public partial class _Views_Setting_Restart_cshtml : System.Web.Mvc.WebViewPage<dynamic>
{
public _Views_Setting_Restart_cshtml()
{
}
public override void Execute()
{
#line 1 "..\..\Views\Setting\Restart.cshtml"
ViewBag.Title = String.Format(SR.Shared_TitleFormat, String.Format(SR.Setting_RestartTitle));
#line default
#line hidden
WriteLiteral("\r\n\r\n<div");
WriteLiteral(" class=\"panel panel-danger\"");
WriteLiteral(">\r\n <div");
WriteLiteral(" class=\"panel-heading\"");
WriteLiteral(">\r\n <h4");
WriteLiteral(" class=\"panel-title\"");
WriteLiteral(">");
#line 7 "..\..\Views\Setting\Restart.cshtml"
Write(SR.Shared_Conform);
#line default
#line hidden
WriteLiteral("</h4>\r\n </div>\r\n <div");
WriteLiteral(" class=\"panel-body\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 10 "..\..\Views\Setting\Restart.cshtml"
Write(SR.Setting_RestartWords);
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n</div>\r\n\r\n<div>\r\n <div");
WriteLiteral(" class=\"pull-left\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 16 "..\..\Views\Setting\Restart.cshtml"
Write(Html.ActionLink(SR.Shared_Back, "Edit", "Setting", null, new { @class = "btn btn-default" }));
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n <div");
WriteLiteral(" class=\"pull-right\"");
WriteLiteral(">\r\n");
WriteLiteral(" ");
#line 19 "..\..\Views\Setting\Restart.cshtml"
Write(Html.ActionLink(SR.Shared_Restart, "Restart", "Setting", new { Conform = "Yes" }, new { @class = "btn btn-danger" }));
#line default
#line hidden
WriteLiteral("\r\n </div>\r\n</div>\r\n");
}
}
}
#pragma warning restore 1591

0
GitCandy.Web/Content/Cube.css → GitCandy.Web/wwwroot/Content/Cube.css

0
GitCandy.Web/Content/Site.css → GitCandy.Web/wwwroot/Content/Site.css

0
GitCandy.Web/Content/bootstrap-switch.css → GitCandy.Web/wwwroot/Content/bootstrap-switch.css

0
GitCandy.Web/Content/bootstrap-theme.css → GitCandy.Web/wwwroot/Content/bootstrap-theme.css

0
GitCandy.Web/Content/bootstrap-theme.min.css → GitCandy.Web/wwwroot/Content/bootstrap-theme.min.css

0
GitCandy.Web/Content/bootstrap.css → GitCandy.Web/wwwroot/Content/bootstrap.css

0
GitCandy.Web/Content/bootstrap.min.css → GitCandy.Web/wwwroot/Content/bootstrap.min.css

0
GitCandy.Web/Content/highlight.css → GitCandy.Web/wwwroot/Content/highlight.css

0
GitCandy.Web/Scripts/_references.js → GitCandy.Web/wwwroot/Scripts/_references.js

0
GitCandy.Web/Scripts/bootstrap-switch.js → GitCandy.Web/wwwroot/Scripts/bootstrap-switch.js

0
GitCandy.Web/Scripts/bootstrap.js → GitCandy.Web/wwwroot/Scripts/bootstrap.js

0
GitCandy.Web/Scripts/bootstrap.min.js → GitCandy.Web/wwwroot/Scripts/bootstrap.min.js

0
GitCandy.Web/Scripts/bootstrap3-typeahead.js → GitCandy.Web/wwwroot/Scripts/bootstrap3-typeahead.js

0
GitCandy.Web/Scripts/common.js → GitCandy.Web/wwwroot/Scripts/common.js

0
GitCandy.Web/Scripts/highlight.pack.js → GitCandy.Web/wwwroot/Scripts/highlight.pack.js

0
GitCandy.Web/Scripts/jquery-2.0.3.intellisense.js → GitCandy.Web/wwwroot/Scripts/jquery-2.0.3.intellisense.js

0
GitCandy.Web/Scripts/jquery-2.0.3.js → GitCandy.Web/wwwroot/Scripts/jquery-2.0.3.js

0
GitCandy.Web/Scripts/marked.js → GitCandy.Web/wwwroot/Scripts/marked.js

0
GitCandy.Web/fonts/glyphicons-halflings-regular.eot → GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.eot

0
GitCandy.Web/fonts/glyphicons-halflings-regular.svg → GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.svg

0
GitCandy.Web/fonts/glyphicons-halflings-regular.ttf → GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.ttf

0
GitCandy.Web/fonts/glyphicons-halflings-regular.woff → GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.woff

0
GitCandy.Web/fonts/glyphicons-halflings-regular.woff2 → GitCandy.Web/wwwroot/fonts/glyphicons-halflings-regular.woff2

Loading…
Cancel
Save