This app makes life easy for programmers.
Create your website without much efforts.
<% if user_signed_in? %>
<% else %>
<%= link_to "Sign up", new_user_registration_path, :class => 'btn-large btn-success' %> or
<%= link_to "Login", new_user_session_path, :class => 'btn-large btn-primary' %>
Wanna Support Us?
Click Here
<% end %>
</center>