Nenhuma Descrição http://j1x-huginn.herokuapp.com

new.html.erb 459B

    <div class='container'> <div class='row'> <div class='col-md-12'> <div class="page-header"> <h2> Create a new Credential </h2> </div> <%= render 'form' %> <hr> <div class="row"> <div class="col-md-12"> <%= link_to icon_tag('glyphicon-chevron-left') + ' Back'.html_safe, user_credentials_path, class: "btn btn-default" %> </div> </div> </div> </div> </div>