Sha256: 8b168bf4f430417d8d09875f4b938f16bbe9fdef679f1317154610a8470f429c

Contents?: true

Size: 1003 Bytes

Versions: 6

Compression:

Stored size: 1003 Bytes

Contents

  <% @page_heading = 'Users' %>

  <% content_for('tasks') do %>
    <%= task_new 'Create new user' %>
    <%= task_edit 'Edit this user', @user.id %>
  <% end %> 

  <div class="form">	
    <label>Name:</label> <span class="static"><%=h @user.name %></span><br/>
    <label>Login:</label> <span class="static"><%=h @user.login %></span><br/>
    <label>Email:</label> <span class="static"><%=h @user.email %></span><br/>
    <label>Jabber:</label> <span class="static"><%=h @user.jabber %></span><br/>
    <label>Notify via email:</label> <span class="static"><%= @user.notify_via_email? ? "yes" : "no" %></span><br/>
    <label>Notify via jabber:</label> <span class="static"><%= @user.notify_via_jabber? ? "yes" : "no" %></span><br/>
    <label>Notify on new articles:</label> <span class="static"><%= @user.notify_on_new_articles? ? "yes" : "no" %></span><br/>
    <label>Notify on new comments:</label> <span class="static"><%= @user.notify_on_comments? ? "yes" : "no" %></span><br/>
    
  </div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/users/show.rhtml
typo-3.99.2 app/views/admin/users/show.rhtml
typo-3.99.3 app/views/admin/users/show.rhtml
typo-3.99.1 app/views/admin/users/show.rhtml
typo-4.0.0 app/views/admin/users/show.rhtml
typo-3.99.4 app/views/admin/users/show.rhtml