Skip to content

Commit

Permalink
use tag instead of helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 3, 2014
1 parent d35255e commit 3264410
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.92 2014-04-03
4.92 2014-04-04
- Removed deprecated use of hash references for optgroup generation with
select_field helper.

Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/templates/mojobar.html.ep
@@ -1,6 +1,6 @@
%= javascript '/mojo/jquery/jquery.js'
<div id="mojobar">
%= stylesheet scoped => 'scoped', begin
<style scoped="scoped">
#mojobar {
background-color: #1a1a1a;
background: -webkit-linear-gradient(top, #2a2a2a 0%, #000 100%);
Expand Down Expand Up @@ -46,7 +46,7 @@
#mojobar-links input:focus { outline: 0 }
#mojobar-links form { display: inline }
.animated { transition: top 0.2s ease-in-out }
% end
</style>
<div id="mojobar-logo">
%= link_to 'http://mojolicio.us' => begin
%= image '/mojo/logo-white.png', alt => 'Mojolicious logo'
Expand Down

0 comments on commit 3264410

Please sign in to comment.