AbhinavNepal/abhinav-nepal

View on GitHub
app/views/scholars/new.html.erb

Summary

Maintainability
Test Coverage
<div class="container-sm">
  <h4><%= t ".title" %></h4>
  <div class="alert alert-info">
    <%= t ".warning_html" %>
  </div>

  <hr />

  <%= render "form" %>
</div>