per line comment improved
This commit is contained in:
parent
f4e3ec29c4
commit
f6f72d4b22
4 changed files with 35 additions and 34 deletions
|
@ -34,4 +34,4 @@
|
|||
|
||||
.clear
|
||||
%br
|
||||
= f.submit 'Add note', :class => "grey-button", :id => "submit_note"
|
||||
= f.submit 'Add note', :class => "positive-button", :id => "submit_note"
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
|
||||
.clear
|
||||
%br
|
||||
= f.submit 'Add note', :class => "grey-button", :id => "submit_note"
|
||||
= f.submit 'Add note', :class => "positive-button", :id => "submit_note"
|
||||
.right
|
||||
= link_to "remove", "#", :class => "hide-button"
|
||||
= link_to "Close", "#", :class => "grey-button hide-button"
|
||||
|
||||
:javascript
|
||||
$(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue