Skip to content

Commit

Permalink
Dashboard: Removes alert message from dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 26, 2016
1 parent b06dbc1 commit 8cc637e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions module/Dashboard/view/dashboard/dashboard/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ $this->headTitle($title);

</div>

<div class="col-md-4">
<div class="alert alert-dismissable alert-warning" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
Heads up! You are now able to <a href="<?php echo $this->url('restore', array()); ?>" class="alert-link"><?php echo $this->translate("restore"); ?></a> your files via the webui.
</div>
</div>

</div>

<?php
Expand Down

0 comments on commit 8cc637e

Please sign in to comment.