projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Improve the layout of the browse sidebar a bit.
[rails.git]
/
app
/
views
/
trace
/
_trace_optionals.rhtml
diff --git
a/app/views/trace/_trace_optionals.rhtml
b/app/views/trace/_trace_optionals.rhtml
index 95a727da6eb58ccaa8feec75b2970e8228d9466b..b5b068fe60de4387287e30542cc7a479d6619b55 100644
(file)
--- a/
app/views/trace/_trace_optionals.rhtml
+++ b/
app/views/trace/_trace_optionals.rhtml
@@
-1,17
+1,12
@@
<% content_for "optionals" do %>
<div class="optionalbox">
<% content_for "optionals" do %>
<div class="optionalbox">
- <h2>Tags</h2>
+ <span class="oboxheader">Tags</span>
+ <br />
+ <br />
<% if @all_tags %>
<% @all_tags.each do |tag| %>
<% if @all_tags %>
<% @all_tags.each do |tag| %>
- <%= link_to
tag, :controller => 'trace', :action => @paging_action, :tag =>
tag %><br />
+ <%= link_to
_tag
tag %><br />
<% end %>
<% end %>
</div>
<% end %>
<% end %>
</div>
- <div class="optionalbox" >
- <h2>User</h2>
- <p>It's an optional box!!</p>
-<% if @user %>
- <%= "<p><b>...and you're logged in!</b></p>" %>
-<% end %>
- </div>
<% end %>
<% end %>