]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/login.html.erb
Serve swfobject via the assets pipeline
[rails.git] / app / views / user / login.html.erb
index 2d90ba7cfd1d5a69ea8eced427b210a04b576ed4..66392095b88682eb1fd0e96d07072f34bf5154cb 100644 (file)
@@ -3,7 +3,7 @@
   <div id="login_login">
     <h1><%= t 'user.login.heading' %></h1>
 
-    <% form_tag({ :action => "login" }, { :id => "login_form" }) do %>
+    <%= form_tag({ :action => "login" }, { :id => "login_form" }) do %>
       <%= hidden_field_tag('referer', h(params[:referer])) %>
 
       <p><%= t 'user.login.with username' %></p>
@@ -42,7 +42,7 @@
       <table>
         <tr id="login_openid_url">
           <td class="fieldName nowrap">
-            <%= t 'user.login.openid', :logo => openid_logo %>
+            <%= raw t 'user.login.openid', :logo => openid_logo %>
           </td>
           <td>
             <%= text_field_tag("openid_url", "", { :size => 28, :maxlength => 255, :tabindex => 3, :class => "openid_url" }) %>