Commit f7675ebe by Kálmán Viktor

dashboard: fix fa icon

parent a60ce860
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
<input type="hidden" name="path" value="{{ current }}"/> <input type="hidden" name="path" value="{{ current }}"/>
<div class="input-group" style="max-width: 350px;"> <div class="input-group" style="max-width: 350px;">
<span class="input-group-addon input-tags" title="{% trans "New directory" %}"> <span class="input-group-addon input-tags" title="{% trans "New directory" %}">
<i class="fa fa-folder-open-alt"></i> <i class="fa fa-folder-open"></i>
</span> </span>
<input type="text" class="form-control input-tags" name="name" <input type="text" class="form-control input-tags" name="name"
placeholder="{% trans "Name "%}"/> placeholder="{% trans "Name "%}"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment