Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bcdc8fb

Browse files
committedAug 4, 2014
rustdoc: Just "stability" instead of "stability dashboard"
The words "stability dashboard" take up too much space on small screens.
1 parent 57e53d5 commit bcdc8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/librustdoc/html/render.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ impl<'a> fmt::Show for Item<'a> {
13331333
// Write stability dashboard link
13341334
match self.item.inner {
13351335
clean::ModuleItem(ref m) if m.is_crate => {
1336-
try!(write!(fmt, "<a href='stability.html'>[stability dashboard]</a> "));
1336+
try!(write!(fmt, "<a href='stability.html'>[stability]</a> "));
13371337
}
13381338
_ => {}
13391339
};

5 commit comments

Comments
 (5)

bors commented on Aug 6, 2014

@bors
Collaborator

saw approval from aturon
at brson@bcdc8fb

bors commented on Aug 6, 2014

@bors
Collaborator

merging brson/rust/rustdocmeta = bcdc8fb into auto

bors commented on Aug 6, 2014

@bors
Collaborator

brson/rust/rustdocmeta = bcdc8fb merged ok, testing candidate = 223c043

bors commented on Aug 6, 2014

@bors
Collaborator

fast-forwarding master to auto = 223c043

Please sign in to comment.