Skip to content

Commit

Permalink
Removing references to REST+
Browse files Browse the repository at this point in the history
  • Loading branch information
eedrummer committed Jun 20, 2012
1 parent 246d34e commit 3ca6020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a href="/audit_logs">Audit Log</a>
<a href="/notifications">Alerts</a>
<% end %>
<span id="logo">REST<span id="sublogo"><B>+</B> Pilot</span></span>
<span id="logo">Patient Data Server</span>
<% unless current_user.nil? || current_user.username.nil? %>
<span id="user">Welcome, <%= current_user.username %></span>
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>REST+</title>
<title>Patient Data Server</title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tag %>
Expand Down

0 comments on commit 3ca6020

Please sign in to comment.