Skip to content

Commit

Permalink
[Admin] Few improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Mar 20, 2013
1 parent bc9881f commit a8cc7df
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
@@ -1,6 +1,5 @@
<div class=base-text>
<p>Padrino is a ruby framework built upon the Sinatra web library.</p>
<p>Sinatra is a DSL for creating simple web applications in Ruby.</p>
<p>It was created to make it fun and easy to code more advanced web applications while still adhering to the spirit that makes Sinatra great!</p>
<p>Padrino comes shipped with a slick and beautiful Admin Interface, with the following features:</p>
</div>
Expand Down
@@ -1,6 +1,5 @@
.base-text
%p Padrino is a ruby framework built upon the Sinatra web library.
%p Sinatra is a DSL for creating simple web applications in Ruby.
%p It was created to make it fun and easy to code more advanced web applications while still adhering to the spirit that makes Sinatra great!
%p Padrino comes shipped with a slick and beautiful Admin Interface, with the following features:

Expand Down
@@ -1,6 +1,5 @@
div class="base-text"
p Padrino is a ruby framework built upon the Sinatra web library
p Sinatra is a DSL for creating simple web applications in Ruby
p It was created to make it fun and easy to code more advanced web applications while still adhering to the spirit that makes Sinatra great!
p Padrino comes shipped with a slick and beautiful Admin Interface, with the following features:

Expand Down
Expand Up @@ -37,7 +37,7 @@ html lang='en'
footer
div class='footer-wrapper container'
p class='pull-left'
| Copyright &copy; #{Time.now.year} Your Site -
' Copyright &copy; #{Time.now.year} Your Site -
b Powered by Padrino v.#{Padrino.version}
ul class='pull-right footer-links'
li = link_to tag_icon(:home, 'web'), 'http://www.padrinorb.com', :target => :_blank
Expand Down

0 comments on commit a8cc7df

Please sign in to comment.