changing things
This commit is contained in:
@@ -14,12 +14,12 @@
|
|||||||
|
|
||||||
.badges {
|
.badges {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
img{
|
|
||||||
|
img {
|
||||||
width: 52px;
|
width: 52px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
border-radius: 27px;
|
border-radius: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.stats-bar {
|
.stats-bar {
|
||||||
|
|||||||
@@ -7,7 +7,9 @@ namespace UntappedWidgetGenerator.Web
|
|||||||
{
|
{
|
||||||
public IndexModule(IUntappedRepository repository )
|
public IndexModule(IUntappedRepository repository )
|
||||||
{
|
{
|
||||||
Get["/"] = x => View["Views/Index/Index.cshtml", "tparnell"];
|
Get["/"] = x => {
|
||||||
|
return View["Views/Index/Index.cshtml", "tparnell"];
|
||||||
|
};
|
||||||
Get["/{username}/browse"] = x => View["Views/Index/Index.cshtml", (string)x.username];
|
Get["/{username}/browse"] = x => View["Views/Index/Index.cshtml", (string)x.username];
|
||||||
Get["/{username}/html"] = parameters =>
|
Get["/{username}/html"] = parameters =>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user