Skip to content

Commit

Permalink
Update in place editing button as small style
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Mar 30, 2011
1 parent 6d5eae5 commit 3779253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var App = {
<input type="hidden" name="id" value="'+linkId+'" /> \
<input type="hidden" name="'+csrf_param+'" value="'+csrf_token+'" /> \
'+ editHtml +' \
<button type="submit">保存</button>\
<button type="submit" class="small">保存</button>\
<a href="#" class="cancel">取消</a>\
</form>');
link.parent().after(editPanel);
Expand Down

0 comments on commit 3779253

Please sign in to comment.