Sha256: dbe3c076dd293bdd763d464365713fcd76aaea2193f88eed42daf014bc3da5be

Contents?: true

Size: 557 Bytes

Versions: 18

Compression:

Stored size: 557 Bytes

Contents

<%= render partial: "users/header", locals: {user: @user} %>

<% if current_user == @user %>
<p>You can change your avatar by going to <a href="http://gravatar.com/">gravatar.com</a> and associating an image with your email address <b><%= current_user.email %></b>.</p>
<% end %>

<% stats = @stats %>
<h4>Ticket Statistics</h4>
<%= score_card :large do |s| %>
  <% s.score "Filed", stats[:tickets] %>
  <% s.percent "Duplicate<br /><small>or</small> Invalid".html_safe, stats[:invalid_tickets] %>
  <% s.percent "Fixed", stats[:fixed_tickets] %>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
houston-core-0.8.0.pre app/views/users/show.html.erb
houston-core-0.7.0 app/views/users/show.html.erb
houston-core-0.7.0.beta4 app/views/users/show.html.erb
houston-core-0.7.0.beta3 app/views/users/show.html.erb
houston-core-0.7.0.beta2 app/views/users/show.html.erb
houston-core-0.7.0.beta app/views/users/show.html.erb
houston-core-0.6.3 app/views/users/show.html.erb
houston-core-0.6.2 app/views/users/show.html.erb
houston-core-0.6.1 app/views/users/show.html.erb
houston-core-0.6.0 app/views/users/show.html.erb
houston-core-0.5.6 app/views/users/show.html.erb
houston-core-0.5.5 app/views/users/show.html.erb
houston-core-0.5.4 app/views/users/show.html.erb
houston-core-0.5.3 app/views/users/show.html.erb
houston-core-0.5.2 app/views/users/show.html.erb
houston-core-0.5.1 app/views/users/show.html.erb
houston-core-0.5.0 app/views/users/show.html.erb
houston-core-0.5.0.beta1 app/views/users/show.html.erb