Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
deneme
Browse files Browse the repository at this point in the history
  • Loading branch information
kader committed Mar 20, 2012
1 parent 632f0c2 commit e0828dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ gem 'paperclip'

gem 'sprockets', '2.0.0.beta.10'


gem 'redcarpet'
gem 'albino'
gem 'nokogiri'
Expand All @@ -41,4 +42,4 @@ group :test do
gem 'webrat'

gem 'turn', :require => false
end
end
4 changes: 3 additions & 1 deletion app/views/admin/posts/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
</div>
<div class="panel-title">
<%= f.label t "post" %><br />
<div class="markDownEdit"><%= f.text_area :body, :id => "markItUp" %></div>
<div class="markDownEdit">
<%= f.text_area :body, :id => "markItUp" %>
</div>
</div>
<div class="panel-title">
<%= f.label t "spot" %><br />
Expand Down

0 comments on commit e0828dc

Please sign in to comment.