OSDN Git Service

t#31566:add mylist sb
authoryasushiito <yas@pen-chan.jp>
Fri, 14 Jun 2013 02:15:49 +0000 (11:15 +0900)
committeryasushiito <yas@pen-chan.jp>
Fri, 14 Jun 2013 02:15:49 +0000 (11:15 +0900)
commit857f32442a5d62432a27ce8bc7c4a887ca008e77
tree2c3c43746e85d5f0e491798b772161fed433043d
parentd726b7ed12159f568a59d8eb7e1229d306c3dfc0
t#31566:add mylist sb
20 files changed:
app/controllers/authors_controller.rb
app/controllers/home_controller.rb
app/controllers/speech_balloons_controller.rb
app/models/author.rb
app/models/speech_balloon.rb
app/views/authors/show.html.erb
app/views/authors/speech_balloons.html.erb [new file with mode: 0644]
app/views/home/index.html.erb
app/views/home/speech_balloons.html.erb [new file with mode: 0644]
app/views/speech_balloons/_list_item.html.erb [new file with mode: 0644]
app/views/speech_balloons/_standard.html.erb [new file with mode: 0644]
app/views/speech_balloons/index.html.erb
app/views/top/index.html.erb
config/locales/pettanr.ja.yml
config/routes.rb
spec/controllers/authors_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/controllers/speech_balloons_controller_spec.rb
spec/models/author_spec.rb
spec/models/speech_balloon_spec.rb