/user_upgrades/show: fix typo.

This commit is contained in:
evazion
2017-07-17 16:54:56 -05:00
parent 099ae86cc6
commit 19d3df058f

View File

@@ -1,7 +1,7 @@
<div id="c-user-upgrades">
<div id="a-show">
<% if flash[:success] %>
<h1>Congradulations!</h1>
<h1>Congratulations!</h1>
<p>You are now a <%= CurrentUser.user.level_string %> level account. Thanks for supporting the site!</p>
<p><%= link_to "Return to posts", posts_path %> </p>