Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Александр Буш
/
minesite
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 160552ae
authored
Mar 26, 2013
by
Alex Bush
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pretty code and db remove
1 parent
1a0b2aa7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
.gitignore
minecraft.sqlite → minecraft.sqlite.example
templates/layouts/default.html.ep
.gitignore
View file @
160552a
test.pl
minecraft.conf
.DS_Store
\ No newline at end of file
.DS_Store
minecraft.sqlite
minecraft.sqlite
→
minecraft.sqlite
.example
View file @
160552a
No preview for this file type
templates/layouts/default.html.ep
View file @
160552a
...
...
@@ -12,6 +12,9 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/css/bootstrap-wysihtml5.css"
>
<script
src=
"/js/bootstrap-wysihtml5.js"
></script>
<link
href=
"http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.css"
type=
"text/css"
rel=
"stylesheet"
/>
<script
type=
"text/javascript"
src=
"http://twitter.github.com/bootstrap/assets/js/google-code-prettify/prettify.js"
></script>
</head>
<body>
...
...
@@ -58,5 +61,14 @@
<div
id=
"wrapper"
class=
"container"
>
<
%= content %>
</div>
<script>
// @prettify
!
function
(
$
)
{
$
(
function
(){
window
.
prettyPrint
&&
prettyPrint
()
})
}(
window
.
jQuery
);
// #prettify
</script>
</body>
</html>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment