changing things
This commit is contained in:
@@ -14,12 +14,12 @@
|
||||
|
||||
.badges {
|
||||
margin-right: 3px;
|
||||
img{
|
||||
|
||||
img {
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
border-radius: 27px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.stats-bar {
|
||||
|
||||
@@ -7,7 +7,9 @@ namespace UntappedWidgetGenerator.Web
|
||||
{
|
||||
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}/html"] = parameters =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user