This website requires JavaScript.
Explore
Help
Register
Sign In
Archive-Team
/
sonarr-repo-only
Watch
2
Star
0
Fork
You've already forked sonarr-repo-only
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6eb1d5acf2
sonarr-repo-only
/
NzbDrone.Web
/
Views
/
AddSeries
/
bt.cshtml
9 lines
110 B
Plaintext
Raw
Normal View
History
Unescape
Escape
adding bootstrap layout.
2013-01-17 00:39:42 +00:00
@{
almost got the base layout working with bootstrap.
2013-01-17 01:59:24 +00:00
ViewBag.Title = "Bootstrap Page";
adding bootstrap layout.
2013-01-17 00:39:42 +00:00
Layout = "~/Views/Shared/_Bootstrap.cshtml";
}
almost got the base layout working with bootstrap.
2013-01-17 01:59:24 +00:00
Hello World