working form
This commit is contained in:
@@ -13,3 +13,5 @@
|
||||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require_tree .
|
||||
//= require unpoly
|
||||
//= require bootstrap-sprockets
|
||||
|
||||
3
app/assets/javascripts/authors.coffee
Normal file
3
app/assets/javascripts/authors.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
1
app/assets/javascripts/proverbs.js
Normal file
1
app/assets/javascripts/proverbs.js
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
3
app/assets/javascripts/users.coffee
Normal file
3
app/assets/javascripts/users.coffee
Normal file
@@ -0,0 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
@@ -1,16 +0,0 @@
|
||||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
*
|
||||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
||||
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
||||
*
|
||||
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
||||
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
||||
* files in this directory. Styles in this file should be added after the last require_* statement.
|
||||
* It is generally better to create a new file per style scope.
|
||||
*
|
||||
*= require twitter/bootstrap
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*/
|
||||
8
app/assets/stylesheets/application.css.scss
Normal file
8
app/assets/stylesheets/application.css.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
**** require_self
|
||||
*/
|
||||
// "bootstrap-sprockets" must be imported before "bootstrap" and "bootstrap/variables"
|
||||
@import "bootstrap-sprockets";
|
||||
@import "bootstrap";
|
||||
@import "bootstrap/theme";
|
||||
@import "proverbs";
|
||||
3
app/assets/stylesheets/authors.scss
Normal file
3
app/assets/stylesheets/authors.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the Authors controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
7
app/assets/stylesheets/proverbs.scss
Normal file
7
app/assets/stylesheets/proverbs.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
// Place all the styles related to the Proverbs controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
|
||||
.hamo {
|
||||
display: block;
|
||||
}
|
||||
3
app/assets/stylesheets/users.scss
Normal file
3
app/assets/stylesheets/users.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the Users controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
Reference in New Issue
Block a user