Merge pull request #38 from Coder206/youtubefix

Correction to link to featured page of youtube
This commit is contained in:
Ron 2016-09-08 22:43:23 -07:00 коммит произвёл GitHub
Родитель 321ede31b6 6358d4bea7
Коммит 386c58d95b
4 изменённых файлов: 12 добавлений и 4 удалений

Просмотреть файл

@ -169,6 +169,14 @@
<binding protocol="http" bindingInformation="*:4675:localhost" />
</bindings>
</site>
<site name="WWTMVC5(1)" id="3">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="E:\files\dev\microsoft\wwt\wwt-website\WWTMVC5" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:64118:localhost" />
</bindings>
</site>
<siteDefaults>
<logFile logFormat="W3C" directory="%IIS_USER_HOME%\Logs" />
<traceFailedRequestsLogging directory="%IIS_USER_HOME%\TraceLogFiles" enabled="true" maxLogFileSizeKB="1024" />

Просмотреть файл

@ -135,7 +135,7 @@
</a>
</div>
<div class="col-md-4 col-md-offset-0 col-sm-6 col-sm-offset-3 col-xs-12">
<a href="https://www.youtube.com/channel/UCjx-BjxGX6vvxALi9ziBfjA/videos" target="_blank">
<a href="https://www.youtube.com/channel/UCjx-BjxGX6vvxALi9ziBfjA/featured" target="_blank">
<img src="@Model.ImgDir/youtube-channel.jpg" class="img-responsive" />
<i class="fa fa-caret-square-o-right"></i>
<h4>Check out our videos</h4>

Просмотреть файл

@ -15,7 +15,7 @@
<AssemblyName>WWTMVC5</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>false</UseIISExpress>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
@ -1231,7 +1231,7 @@
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>4675</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost/</IISUrl>
<IISUrl>http://localhost:64118/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>

Просмотреть файл

@ -10,6 +10,6 @@
"angular-strap": "~2.1.6"
},
"resolutions": {
"angular": "1.4.5"
"angular": "1.5.7"
}
}