Skip to content

Instantly share code, notes, and snippets.

View dyanagi's full-sized avatar
😀
Trying new things

Michael (Daichi) Yanagi dyanagi

😀
Trying new things
  • Vancouver, BC
View GitHub Profile
@dyanagi
dyanagi / new.html.erb
Last active October 26, 2019 07:16
Customized Devise view (the Sign-Up page) with Bulma CSS framework
<%# part of this article: https://medium.com/@dyanagi/a-bulma-form-builder-for-ruby-on-rails-applications-aef780808bab %>
<div class="section">
<div class="container">
<div class="content is-medium is-narrow">
<h2><%= t('.sign_up') %></h2>
<%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
<%= render "layouts/error_messages", resource: resource %>
@dyanagi
dyanagi / _links.html.erb
Last active October 26, 2019 07:17
Customized Devise view (the links component) with Bulma CSS framework