-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from SRGSSR/develop
[MASTER] Bootstrap update + Text column
- Loading branch information
Showing
7 changed files
with
89 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<meta name="_csrf" content="${_csrf.token}"/> | ||
<meta name="_csrf_header" content="${_csrf.headerName}"/> | ||
|
||
<div class="container-fluid"> | ||
<div class="col-md-offset-1"> | ||
<h1> | ||
Pfff | ||
</h1> | ||
<div class="container"> | ||
<div class="col-md-12"> | ||
<h1 class="text-center">Pfff - Admin</h1> | ||
</div> | ||
|
||
<a routerLink="/updates">List Updates</a> | ||
<a style="margin-left:10px" routerLink="/add_update">Add Update</a> | ||
<div class="btn-group-justified"> | ||
<a routerLink="/updates" class="btn btn-primary">List Updates</a> | ||
<a routerLink="/add_update" class="btn btn-success">Add Update</a> | ||
</div> | ||
<br/> | ||
<router-outlet></router-outlet> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters