summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatthewsotoudeh <matthewsot@outlook.com>2015-07-17 22:14:44 -0700
committermatthewsotoudeh <matthewsot@outlook.com>2015-07-17 22:14:44 -0700
commit68d8b9135ad6319c2d214b011bf241f437c22b26 (patch)
tree73f78c2b9c66f1ea13f2666510b55fe735a1ad3a
parent902848a459c461c453a7598798174949402bf5f0 (diff)
fixed a migration
-rw-r--r--Classfinder/Classfinder/Migrations/201407060344123_ClassGradYear.cs2
-rw-r--r--Classfinder/Classfinder/Views/Shared/Index.cshtml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Classfinder/Classfinder/Migrations/201407060344123_ClassGradYear.cs b/Classfinder/Classfinder/Migrations/201407060344123_ClassGradYear.cs
index 71f68ce..52a19e9 100644
--- a/Classfinder/Classfinder/Migrations/201407060344123_ClassGradYear.cs
+++ b/Classfinder/Classfinder/Migrations/201407060344123_ClassGradYear.cs
@@ -3,7 +3,7 @@ namespace Classfinder.Migrations
using System;
using System.Data.Entity.Migrations;
- public partial class Class : DbMigration
+ public partial class ClassGradYear : DbMigration
{
public override void Up()
{
diff --git a/Classfinder/Classfinder/Views/Shared/Index.cshtml b/Classfinder/Classfinder/Views/Shared/Index.cshtml
index 9090497..50da7a0 100644
--- a/Classfinder/Classfinder/Views/Shared/Index.cshtml
+++ b/Classfinder/Classfinder/Views/Shared/Index.cshtml
@@ -65,7 +65,7 @@
<div id="footer">
Created by yours truly, Adhiv, Matthew, and Will.
- <div class="hashtag">#4yearsandrunning</div>
+ <div class="hashtag">#5yearsandrunning</div>
<a href="~/Welcome/Signup" class="button white-circle-btn inverted-circle-btn" id="footer-signup-btn">SIGN UP</a>
</div>
@@ -81,7 +81,7 @@
<br />
<input name="Password" type="password" id="login-password" placeholder="password" class="pretty-input" />
<br />
- <label for="login-remember">Remember me</label> <input name="RememberMe" type="checkbox" id="login-remember" value="true" checked /> <!-- Thanks! http://stackoverflow.com/questions/6441654/html-input-checkbox-return-on-instead-of-true-when-submitting-form -->
+ <label for="login-remember">remember me</label> <input name="RememberMe" type="checkbox" id="login-remember" value="true" checked /> <!-- Thanks! http://stackoverflow.com/questions/6441654/html-input-checkbox-return-on-instead-of-true-when-submitting-form -->
<br />
<input type="submit" id="login-btn" value="let's go -->" class="default button" />
</form>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback