socialforge/app/views/projects/_regested.html.erb

3 lines
100 B
Plaintext

<% if isregisted %>
<p style="color: #ff0000"><%= l(:notice_registed_success) %></p>
<% end %>