Skip to content

Commit

Permalink
Merge pull request #2 from DavidAylaian/DavidAylaian-patch-2
Browse files Browse the repository at this point in the history
Fix failing Travis CI build
  • Loading branch information
davidaylaian committed Jun 30, 2017
2 parents 9c9e39e + 21ccd76 commit 72cab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<% if @prs_and_events.empty? %>
No Friday pull requests or events in the last 3 months.
<% else %>
<%= @prs_count %> Friday pull <%= "request".pluralize(@prs_count) %> in the last 3 months<%= "(incomplete list)" if @prs_incomplete %><%= " and #{@events_count} Friday events in <%= @user_is_current ? "your" : "their" %> last 1,000 events".html_safe unless @events.empty? %>:
<%= @prs_count %> Friday pull <%= "request".pluralize(@prs_count) %> in the last 3 months<%= "(incomplete list)" if @prs_incomplete %><%= " and #{@events_count} Friday events in #{@user_is_current ? "your" : "their"} last 1,000 events".html_safe unless @events.empty? %>:
<% end %>
</h3>

Expand Down

0 comments on commit 72cab40

Please sign in to comment.