Skip to content

Commit

Permalink
rebrand to remote pairing - label
Browse files Browse the repository at this point in the history
  • Loading branch information
wmioduszewski committed Jul 26, 2017
1 parent 15d7d33 commit 1300cbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/CodHap.RemotePairing/Views/Shared/_Layout.cshtml
Expand Up @@ -16,7 +16,7 @@
@RenderSection("scripts", required: false)
</head>
<body>
<a href="https://github.com/wmioduszewski/CodeMate"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 1050" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<a href="https://github.com/wmioduszewski/Remote-pairing"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 1050" src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
Expand All @@ -25,7 +25,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
@Html.ActionLink("Code Mate", "Index", "Home", new {area = ""}, new {@class = "navbar-brand"})
@Html.ActionLink("Remote pairing", "Index", "Home", new {area = ""}, new {@class = "navbar-brand"})
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
Expand All @@ -41,7 +41,7 @@
@RenderBody()
<hr/>
<footer>
<p>&copy; @DateTime.Now.Year - My ASP.NET Application</p>
<p>&copy; @DateTime.Now.Year - Coding happiness</p>
</footer>
</div>

Expand Down

0 comments on commit 1300cbb

Please sign in to comment.