This commit is contained in:
Al Snow
2014-06-21 10:28:43 -05:00
2 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
<% <%
if cookies[:font] if cookies[:font]
%> %>
<style>body { font-size:<%= cookies[:font] %> !important;}</style> <style>body { font-size:<%= raw cookies[:font] %> !important;}</style>
<% <%
end end
%> %>
@@ -9,7 +9,7 @@
</h4> </h4>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<div class="row-fluid"> <div class="row">
<div class="span8"> <div class="span8">
<p>Warning, this is a spoiler</p> <p>Warning, this is a spoiler</p>
<p>Are you sure you want to see the credentials?</p> <p>Are you sure you want to see the credentials?</p>
@@ -23,6 +23,9 @@
<th> <th>
Password Password
</th> </th>
<th>
API Key
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@@ -33,6 +36,9 @@
<td> <td>
admin1234 admin1234
</td> </td>
<td>
1-01de24d75cffaa66db205278d1cf900bf087a737
</td>
</tr> </tr>
<tr> <tr>
<td style="word-wrap:break-word;"> <td style="word-wrap:break-word;">
@@ -41,6 +47,9 @@
<td> <td>
yankeessuck yankeessuck
</td> </td>
<td>
2-050ddd40584978fe9e82840b8b95abb98e4786dc
</td>
</tr> </tr>
<tr> <tr>
<td style="word-wrap:break-word;"> <td style="word-wrap:break-word;">
@@ -49,6 +58,9 @@
<td> <td>
alohaowasp alohaowasp
</td> </td>
<td>
3-eaa9b4d748d6a8c6a38e24ac1cc2204ebc3541c1
</td>
</tr> </tr>
<tr> <tr>
<td style="word-wrap:break-word;"> <td style="word-wrap:break-word;">
@@ -57,6 +69,9 @@
<td> <td>
motocross1445 motocross1445
</td> </td>
<td>
4-4c809b3d11d272cff8cab1da9e4cdf61137f29d2
</td>
</tr> </tr>
<tr> <tr>
<td style="word-wrap:break-word;"> <td style="word-wrap:break-word;">
@@ -65,6 +80,9 @@
<td> <td>
citrusblend citrusblend
</td> </td>
<td>
5-4af604a848ca212cfa3935352aabe9522cf89fdc
</td>
</tr> </tr>
</tbody> </tbody>
@@ -93,4 +111,5 @@ $('#understood').click(function() {
$("#creds_hidden").show(); $("#creds_hidden").show();
}); });
</script> </script>