This commit is contained in:
jomo
2015-02-16 20:53:34 +01:00
parent 054f673fce
commit 7ee06235ab
4 changed files with 5 additions and 5 deletions

View File

@@ -7,6 +7,6 @@
<% end %> <% end %>
</div> </div>
<div class="note"> <div class="note">
Website made by <a href="/users/2">Redstone Sheep</a> with design by <a href="/users/12">ColoArtz</a>. Website made by <a href="/users/2">jomo</a> with design by <a href="/users/12">ColoArtz</a>.
</div> </div>
</div> </div>

View File

@@ -22,8 +22,8 @@
<hr> <hr>
<div class="donations"> <div class="donations">
<div class="donation"> <div class="donation">
<h1>Donate to Redstone Sheep</h1> <h1>Donate to jomo</h1>
<h4>Sheep is our admin. He solves problems &amp; keeps the server running.</h4> <h4>jomo is our admin. He solves problems &amp; keeps the server running.</h4>
<form target="_blank" method="post" action="https://www.paypal.com/cgi-bin/webscr"> <form target="_blank" method="post" action="https://www.paypal.com/cgi-bin/webscr">
<% if current_user %> <% if current_user %>

View File

@@ -33,7 +33,7 @@ deleted_user.update_attribute(:ign, "Steve")
User.create!( User.create!(
uuid: "9ff3d74f716940a3aa6f262ab632d2", uuid: "9ff3d74f716940a3aa6f262ab632d2",
ign: "redstone_sheep", ign: "jomo",
email: "theredstonesheep@gmail.com", email: "theredstonesheep@gmail.com",
password: "123456789", # high seructity! password: "123456789", # high seructity!
password_confirmation: "123456789", password_confirmation: "123456789",

File diff suppressed because one or more lines are too long