Commit a27f5076 authored by online's avatar online

修改timeline

parent 9c0fe6ee
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<dt> <dt>
@if (sub.Day != null) @if (sub.Day != null)
{ {
<span>@string.Format("{0} month{1} day", sub.Month,sub.Day)</span> <span>@string.Format("{0} - {1}", sub.Month,sub.Day)</span>
} }
else else
{ {
......
...@@ -11,7 +11,8 @@ http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx ...@@ -11,7 +11,8 @@ http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections> </configSections>
<connectionStrings> <connectionStrings>
<add connectionString="server=localhost;port=3306;UserId=root;Password='';database=xiamendb;CharSet=utf8;Persist Security Info=True" name="SigDbContextConnectionString" providerName="MySql.Data.MySqlClient" /> <remove name="SigDbContextConnectionString" />
<add connectionString="server=localhost;port=3306;UserId=root;Password=root;database=xiamendb_en;CharSet=utf8;Persist Security Info=True" name="SigDbContextConnectionString" providerName="MySql.Data.MySqlClient" />
</connectionStrings> </connectionStrings>
<appSettings> <appSettings>
<add key="webpages:Version" value="3.0.0.0" /> <add key="webpages:Version" value="3.0.0.0" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment