Skip to content

Commit 8b848ba

Browse files
committed
parse script
1 parent 88eb052 commit 8b848ba

File tree

9 files changed

+4
-2
lines changed

9 files changed

+4
-2
lines changed

EPAM.MyBlog.UI.Web/Logs/Debug/2015.02.02.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@
7777
2015-02-02 03:09:53,719 [12] INFO EPAM.MyBlog.UI.Web.Controllers.AdminController [(null)] - ������� ���� id: ac06c564-9a7a-497c-9703-9f1cc50f6b02� ������������: Admin2
7878
2015-02-02 03:09:57,308 [18] INFO EPAM.MyBlog.DAL.DB.DAL [(null)] - DB: ������ ����: ac06c564-9a7a-497c-9703-9f1cc50f6b02
7979
2015-02-02 03:09:57,309 [18] INFO EPAM.MyBlog.UI.Web.Controllers.AdminController [(null)] - ������ ���� id: ac06c564-9a7a-497c-9703-9f1cc50f6b02� ������������: Admin2
80+
2015-02-02 03:34:17,491 [40] INFO EPAM.MyBlog.UI.Web.Controllers.AccountController [(null)] - ������������ ����� �� �������: Admin2

EPAM.MyBlog.UI.Web/Logs/Errors/2015.02.02.log

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,4 @@
7777
2015-02-02 03:09:53,719 [12] INFO EPAM.MyBlog.UI.Web.Controllers.AdminController [(null)] - ������� ���� id: ac06c564-9a7a-497c-9703-9f1cc50f6b02� ������������: Admin2
7878
2015-02-02 03:09:57,308 [18] INFO EPAM.MyBlog.DAL.DB.DAL [(null)] - DB: ������ ����: ac06c564-9a7a-497c-9703-9f1cc50f6b02
7979
2015-02-02 03:09:57,309 [18] INFO EPAM.MyBlog.UI.Web.Controllers.AdminController [(null)] - ������ ���� id: ac06c564-9a7a-497c-9703-9f1cc50f6b02� ������������: Admin2
80+
2015-02-02 03:34:17,491 [40] INFO EPAM.MyBlog.UI.Web.Controllers.AccountController [(null)] - ������������ ����� �� �������: Admin2

EPAM.MyBlog.UI.Web/Views/Home/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
else
1515
{
1616
<div class="row">
17-
<div class="col-lg-8 col-md-8 col-sm-8 col-md-offset-2 col-lg-offset-2 col-sm-offset-2 title-top">
17+
<div class="col-lg-10 col-md-10 col-sm-10 col-md-offset-1 col-lg-offset-1 col-sm-offset-1 title-top">
1818
<p>Добро пожаловать в #Blog</p>
1919
<p>Здесь вы можете завести свой блог и делиться интересными новостями</p>
2020
</div>

EPAM.MyBlog.UI.Web/Web.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
4343
</appSettings>
4444
<system.web>
45-
<httpRuntime targetFramework="4.5" requestValidationMode="4.0"/>
45+
<httpRuntime targetFramework="4.5" />
4646
<compilation debug="true" targetFramework="4.5" />
4747
<authentication mode="Forms">
4848
<forms loginUrl="~/Account/Login" timeout="2880" />
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

EPAM.MyBlog.v11.suo

9.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)