Displaying 1 result from an estimated 1 matches for "emailed_password_html".
2013 Apr 12
0
Rails Log user in after view rendered
...ass="row">
          <div class="three columns">
            <strong><%= t("apply.create.labels.password") %></strong>:
          </div>
          <div class="nine columns">
            <%= t("apply.create.labels.emailed_password_html", :link =>
mail_to(@user.personal_info.e_mail))%>
            <%= link_to(t("apply.create.labels.choose_password"),
user_profile_path) %>
          </div>
        </div>
        <!-- Try to Sign in User -->
        <% priv_sign_in %>
       <% e...