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

Commit

Permalink
Add 'Chart number' to patient part
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbyron committed Mar 23, 2012
1 parent d2e36d2 commit de2672a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/print/default.css
Expand Up @@ -11,6 +11,11 @@ body{
margin-bottom: 20px;
}

#header span.desc {
font-weight: normal;
font-size: 24px;
}

table
{
width: 100%;
Expand Down
4 changes: 3 additions & 1 deletion app/views/patients/print.html.haml
@@ -1,6 +1,8 @@
- title 'Print'

#header= @patient.id
#header
%span.desc Chart Number:
= @patient.id

%table
%tr
Expand Down

0 comments on commit de2672a

Please sign in to comment.