Sha256: 109c1b7e7c0af64ce5ea3e1970c6da3c85dd27817f2436dede5fe53b7c59522e
Contents?: true
Size: 520 Bytes
Versions: 6
Compression:
Stored size: 520 Bytes
Contents
<%- @title = "メールログイン情報の削除" -%> <%- @topic_path << ["トップ", root_path] -%> <%- @topic_path << ["ログイン設定", url_for(:controller => "/credentials")] -%> <%- @topic_path << [@title] -%> <h1><%=h @title %></h1> <div>削除します。よろしいですか?</div> <table border="1"> <tr> <th>メールアドレス</th> <td><%=h @email_credential.email %></td> </tr> </table> <%- form_tag(:action => "destroy") { -%> <div><%= submit_tag("削除") %></div> <%- } -%>
Version data entries
6 entries across 6 versions & 2 rubygems