Skip to content

Commit

Permalink
Closes #20 - Rather than trying to figure out some complicated algori…
Browse files Browse the repository at this point in the history
…thm for guaranteeing that content will always be displayed properly, I came up with a simple clipping scheme, combined with *always* showing the control to display the overlay. With this combination, users can always go to the larger view to see their content.
  • Loading branch information
jefflunt committed Jun 4, 2012
1 parent d051f93 commit 9742567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/thoughts/_controls_standard.haml
@@ -1,3 +1,3 @@
.thought-controls
=link_to("\u270e", edit_thought_path(thought), {:remote => true})
=link_to("\u25ff", thought, remote: true) if thought.text.length > 99
=link_to("\u25ff", thought, remote: true)

0 comments on commit 9742567

Please sign in to comment.