Skip to content

Commit

Permalink
Remove username from dashboard welcome message (#6292)
Browse files Browse the repository at this point in the history
* Removed username from dashboard wecome message

* Align dashboard with Welcome text

* Align dashboard with Welcome text through inline
  • Loading branch information
sharmamansi authored and jywarren committed Sep 23, 2019
1 parent a7511f0 commit cba5499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/_header.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row header">
<div class="row header" style="padding-left:10px;" >

<% if current_user %>
<h1><%= t('dashboard._header.dashboard') %></h1>
Expand Down

0 comments on commit cba5499

Please sign in to comment.